We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82f5806 commit fb34343Copy full SHA for fb34343
2 files changed
.github/workflows/ci.yml
@@ -5,6 +5,8 @@ on:
5
push:
6
branches: [master]
7
workflow_dispatch:
8
+ schedule:
9
+ - cron: '0 0 * * 0' # weekly on sundays
10
11
permissions:
12
contents: read
0 commit comments