From 48fa65302779c5af0937209cd9ae43988abb1794 Mon Sep 17 00:00:00 2001 From: Menno van Leeuwen Date: Mon, 18 Nov 2024 15:14:04 +0100 Subject: [PATCH] fix: update branches for nixfmt workflow to include master --- .github/workflows/nixfmt.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/nixfmt.yml b/.github/workflows/nixfmt.yml index 873a950..79db4d6 100644 --- a/.github/workflows/nixfmt.yml +++ b/.github/workflows/nixfmt.yml @@ -3,7 +3,7 @@ name: Nix Format Check on: pull_request: push: - branches: [ main ] + branches: [ main master ] jobs: check-format: