We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6817809 commit 53e1fb4Copy full SHA for 53e1fb4
.github/workflows/ci.yml
@@ -7,7 +7,7 @@ on:
7
- main
8
schedule: # https://docs.github.com/en/actions/reference/workflow-syntax-for-github-actions#onschedule
9
- cron: '0 0 * * 0' # at midnight of each sunday
10
-
+ workflow_dispatch:
11
12
name: CI
13
0 commit comments