We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a9314e commit fb668b3Copy full SHA for fb668b3
.github/workflows/main.yml
@@ -4,7 +4,8 @@ on:
4
push:
5
branches:
6
- master
7
-
+ schedule:
8
+ - cron: 0 0 * * 1,3,5,7
9
jobs:
10
build:
11
runs-on: ubuntu-latest
0 commit comments