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