Skip to content

Commit ef7ac92

Browse files
committed
ci: Use latest nixci
Also build only master branch, while still building PRs.
1 parent aa52684 commit ef7ac92

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: "CI"
22
on:
33
push:
44
branches:
5-
- '*'
5+
- master
66
pull_request:
77
jobs:
88
checks:
@@ -12,7 +12,7 @@ jobs:
1212
- name: Build Nix
1313
id: build-nix
1414
run: |
15-
nix shell github:nixos/nix/2.18.1 github:srid/nixci -c nixci
15+
nixci
1616
- name: Run test
1717
id: test
1818
run: |

0 commit comments

Comments
 (0)