Skip to content

Commit 4a688f4

Browse files
Merge pull request #229 from haruki7049/fix-nix-checker
Fix target branch for nix-checker workflow
2 parents e4941ec + 81dfbc4 commit 4a688f4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/nix-checker.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
push:
66
tags:
77
branches:
8-
- 'main'
8+
- 'master'
99

1010
permissions: {}
1111

@@ -21,6 +21,7 @@ jobs:
2121
nix_path: nixpkgs=channel:nixos-unstable
2222
- name: Run nix flake check
2323
run: nix flake check --all-systems
24+
2425
run-nix-build:
2526
runs-on: ubuntu-latest
2627
steps:

0 commit comments

Comments
 (0)