try to fix the git push frogejo action
This commit is contained in:
parent
19f657edba
commit
a96bde664a
1 changed files with 3 additions and 0 deletions
|
@ -2,6 +2,9 @@ name: Build all NixOS Configurations
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
|
branches:
|
||||||
|
- main
|
||||||
|
- update
|
||||||
schedule:
|
schedule:
|
||||||
- cron: "20 12 * * *" # not to frequent, GitHub only allows a few pulls per hour
|
- cron: "20 12 * * *" # not to frequent, GitHub only allows a few pulls per hour
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue