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