Skip to content

Commit ab34486

Browse files
authored
Allow manual build triggers (#99)
1 parent ed5eb20 commit ab34486

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/build.yml

+4
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,10 @@ on:
1919
# Trigger the workflow on any pull request
2020
pull_request:
2121

22+
# Allow manually triggering
23+
workflow_dispatch:
24+
25+
2226
concurrency:
2327
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
2428
cancel-in-progress: true

0 commit comments

Comments
 (0)