add optional manual dispatch of actions
This commit is contained in:
@@ -8,6 +8,8 @@ on:
|
||||
pull_request:
|
||||
types: [opened, synchronize, reopened]
|
||||
paths: ['**/Makefile', '**/*.c', '**/*.h']
|
||||
# for manual triggering
|
||||
workflow_dispatch:
|
||||
|
||||
env:
|
||||
BRANCH_NAME: ${{ github.head_ref || github.ref_name }}
|
||||
|
||||
Reference in New Issue
Block a user