Skip to content

Commit 53e1fb4

Browse files
authored
ci: add workflow_dispatch
1 parent 6817809 commit 53e1fb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
- main
88
schedule: # https://docs.github.com/en/actions/reference/workflow-syntax-for-github-actions#onschedule
99
- cron: '0 0 * * 0' # at midnight of each sunday
10-
10+
workflow_dispatch:
1111

1212
name: CI
1313

0 commit comments

Comments
 (0)