We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45d9f40 commit 08c78cdCopy full SHA for 08c78cd
.github/workflows/build.yml
@@ -6,6 +6,8 @@ on:
6
repository_dispatch:
7
types: [custom-event]
8
workflow_dispatch:
9
+ schedule:
10
+ - cron: '0 4 * * 0'
11
12
permissions:
13
contents: write
0 commit comments