Skip to content

Commit f933f16

Browse files
committed
Allow manual trigger of the Build action
Signed-off-by: Nikolay Blagoev <[email protected]>
1 parent e346629 commit f933f16

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build.yml

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ on:
88
pull_request:
99
branches:
1010
- master
11+
workflow_dispatch: {}
1112
jobs:
1213
cleanup-runs: # automatically cancel CI runs on pushes to the same branch
1314
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)