Skip to content

Commit b1946fd

Browse files
committed
build.yaml: Allow triggering the CI manually
1 parent 4a4ddfa commit b1946fd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ on:
2121
push:
2222
schedule:
2323
- cron: '0 2 * * 5' # Every Friday at 2am
24+
workflow_dispatch:
2425

2526
jobs:
2627
build:

0 commit comments

Comments
 (0)