Skip to content

Commit 62df41a

Browse files
authored
Allow to manually trigger build with workflow_dispatch (#98)
Allow to manually trigger build with `workflow_dispatch`.
1 parent 67fee7d commit 62df41a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ on:
99
# * is a special character in YAML so you have to quote this string
1010
# Run every Monday at 12:00 UTC
1111
- cron: '00 12 * * 1'
12+
workflow_dispatch:
1213

1314
permissions: {}
1415

0 commit comments

Comments
 (0)