add workflow_dispatch for manual trigger

This commit is contained in:
hathach 2023-05-25 16:20:58 +07:00
parent 7a3d7a7c23
commit 625c27ca58
No known key found for this signature in database
GPG Key ID: F5D50C6D51D17CBA
3 changed files with 3 additions and 0 deletions

View File

@ -1,6 +1,7 @@
name: CMake ARM name: CMake ARM
on: on:
workflow_dispatch:
push: push:
paths: paths:
- 'src/**' - 'src/**'

View File

@ -1,6 +1,7 @@
name: pre-commit name: pre-commit
on: on:
workflow_dispatch:
push: push:
pull_request: pull_request:
branches: [ master ] branches: [ master ]

View File

@ -1,6 +1,7 @@
name: Trigger Repos name: Trigger Repos
on: on:
workflow_dispatch:
push: push:
branches: master branches: master
release: release: