fix: update nixfmt workflow to use 'master' branch instead of 'main'
All checks were successful
Nix Format Check / check-format (push) Successful in 36s

This commit is contained in:
Menno van Leeuwen 2024-11-18 15:23:21 +01:00
parent 96fd886f84
commit d3938830b6
Signed by: vleeuwenmenno
SSH Key Fingerprint: SHA256:OJFmjANpakwD3F2Rsws4GLtbdz1TJ5tkQF0RZmF0TRE

View File

@ -3,7 +3,7 @@ name: Nix Format Check
on:
pull_request:
push:
branches: [ main ]
branches: [ master ]
jobs:
check-format: