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