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.
2 parents 2c56cc6 + fb34343 commit 3f2bedaCopy full SHA for 3f2beda
1 file 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