We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1082371 commit 63fbcf1Copy full SHA for 63fbcf1
1 file changed
.github/workflows/main.yaml
@@ -7,6 +7,9 @@ on:
7
pull_request:
8
branches:
9
- main
10
+ schedule:
11
+ - cron: "15 7 */9 * *"
12
+ workflow_dispatch:
13
14
jobs:
15
test:
0 commit comments