We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c371b4c commit 8218293Copy full SHA for 8218293
.github/workflows/pages.yml
@@ -4,6 +4,8 @@ on:
4
push:
5
branches:
6
- main
7
+ schedule:
8
+ - cron: "0 0 * * 0"
9
10
concurrency:
11
group: ${{ github.workflow }}-${{ github.ref }}
0 commit comments