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