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:
|
||||
pull_request:
|
||||
push:
|
||||
branches: [ main ]
|
||||
branches: [ master ]
|
||||
|
||||
jobs:
|
||||
check-format:
|
||||
|
Loading…
x
Reference in New Issue
Block a user