ammend github action
This commit is contained in:
parent
7ae9f6ded3
commit
2c34be5ae4
1 changed files with 4 additions and 0 deletions
4
.github/workflows/nixos.yml
vendored
4
.github/workflows/nixos.yml
vendored
|
@ -1,5 +1,9 @@
|
||||||
name: NixOS
|
name: NixOS
|
||||||
|
|
||||||
|
on:
|
||||||
|
push:
|
||||||
|
branches: [main]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: ubuntu-18.04
|
runs-on: ubuntu-18.04
|
||||||
|
|
Loading…
Add table
Reference in a new issue