ci: Only run on main branch

This commit is contained in:
Philipp Schmitt
2020-12-01 07:46:31 +01:00
parent 4f204f173a
commit ac2750dfae
+2
View File
@@ -2,6 +2,8 @@ name: GitHub Actions CI
on:
push:
branches:
- main
schedule:
- cron: '0 6 * * *'