fix: update nixfmt workflow to use 'master' branch instead of 'main'
All checks were successful
Nix Format Check / check-format (push) Successful in 36s
All checks were successful
Nix Format Check / check-format (push) Successful in 36s
This commit is contained in:
parent
96fd886f84
commit
d3938830b6
2
.github/workflows/nixfmt.yml
vendored
2
.github/workflows/nixfmt.yml
vendored
@ -3,7 +3,7 @@ name: Nix Format Check
|
|||||||
on:
|
on:
|
||||||
pull_request:
|
pull_request:
|
||||||
push:
|
push:
|
||||||
branches: [ main ]
|
branches: [ master ]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
check-format:
|
check-format:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user