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
on:
workflow_dispatch:
push:
paths:
- 'src/**'

View File

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

View File

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