Skip to content

Commit d6999bf

Browse files
authored
Merge pull request #80 from vmware/manual-run-build-action
Allow manual trigger of the Build action
2 parents e346629 + f933f16 commit d6999bf

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)