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