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 2748cb9 commit f9bc702Copy full SHA for f9bc702
.github/workflows/cd.yml
@@ -3,7 +3,7 @@ on:
3
push:
4
branches: [master]
5
schedule:
6
- - cron: '0 0 1 * *'
+ - cron: '0 0 * * 0'
7
workflow_dispatch:
8
jobs:
9
# Build
0 commit comments