try
This commit is contained in:
parent
101425655b
commit
26373a9407
1 changed files with 3 additions and 3 deletions
|
@ -1,9 +1,9 @@
|
|||
name: Build all NixOS Configurations
|
||||
|
||||
on:
|
||||
- push
|
||||
- schedule:
|
||||
- cron: "40 12 * * *" # not to frequent, GitHub only allows a few pulls per hour
|
||||
push:
|
||||
branches:
|
||||
- '**'
|
||||
|
||||
jobs:
|
||||
nix build:
|
||||
|
|
Loading…
Reference in a new issue