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
|
name: Build all NixOS Configurations
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
- push
|
||||||
branches:
|
#schedule:
|
||||||
- main
|
# - cron: "20 12 * * *" # not to frequent, GitHub only allows a few pulls per hour
|
||||||
- update
|
|
||||||
schedule:
|
|
||||||
- cron: "20 12 * * *" # not to frequent, GitHub only allows a few pulls per hour
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue