We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0b197e commit 3be2af0Copy full SHA for 3be2af0
1 file changed
.github/workflows/main.yml
@@ -6,6 +6,8 @@ on:
6
pull_request:
7
branches:
8
- master
9
+ schedule:
10
+ - cron: '0 0 * * 0'
11
12
jobs:
13
test:
0 commit comments