- commit
- 9379c56
- parent
- 0755a08
- author
- Eric Bower
- date
- 2022-04-10 16:50:13 +0000 UTC
trigger on push to test
1 files changed,
+6,
-2
+6,
-2
1@@ -1,7 +1,11 @@
2 name: "Fetch resources and deploy every 2 hours"
3+
4 on:
5- schedule:
6- - cron: "0 */2 * * *"
7+ push:
8+ branches: [main]
9+#on:
10+# schedule:
11+# - cron: "0 */2 * * *"
12
13 jobs:
14 build: