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 7e4df8c commit 24e2a2aCopy full SHA for 24e2a2a
.github/workflows/site.yml
@@ -8,6 +8,9 @@ on:
8
branches:
9
- main
10
workflow_dispatch:
11
+ schedule:
12
+ # First day of a month
13
+ - cron: '0 0 1 * *'
14
15
jobs:
16
build:
0 commit comments