We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ff6c0d commit 7073967Copy full SHA for 7073967
1 file changed
README.md
@@ -22,6 +22,15 @@ on:
22
push:
23
pull_request:
24
schedule:
25
+ # ┌───────────── minute (0 - 59)
26
+ # │ ┌───────────── hour (0 - 23)
27
+ # │ │ ┌───────────── day of the month (1 - 31)
28
+ # │ │ │ ┌───────────── month (1 - 12)
29
+ # │ │ │ │ ┌───────────── day of the week (0 - 6) (Sunday to Saturday)
30
+ # │ │ │ │ │
31
32
33
+ # * * * * *
34
- cron: '0 0 * * 0'
35
36
jobs:
0 commit comments