Skip to content

Commit 335cac0

Browse files
authored
unify scheduled and main yamls (#128)
1 parent daa2fb5 commit 335cac0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/scheduled.yml renamed to .github/workflows/main.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
1-
name: Scheduled
1+
name: Main
22

33
on:
4+
push:
5+
branches: [main]
46
schedule:
57
- cron: "0 8,20 * * *"
68

0 commit comments

Comments
 (0)