We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent daa2fb5 commit 335cac0Copy full SHA for 335cac0
.github/workflows/scheduled.yml renamed to .github/workflows/main.yml
@@ -1,6 +1,8 @@
1
-name: Scheduled
+name: Main
2
3
on:
4
+ push:
5
+ branches: [main]
6
schedule:
7
- cron: "0 8,20 * * *"
8
0 commit comments