From 176dc51b2e6f77da231b22ce59bf80e3f24da614 Mon Sep 17 00:00:00 2001 From: Dax Raad Date: Fri, 12 Sep 2025 13:41:28 -0400 Subject: [PATCH] ci: exclude production branch from format workflow --- .github/workflows/format.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/format.yml b/.github/workflows/format.yml index 7a42fe82..227e9f80 100644 --- a/.github/workflows/format.yml +++ b/.github/workflows/format.yml @@ -2,7 +2,11 @@ name: Format on: push: + branches-ignore: + - production pull_request: + branches-ignore: + - production workflow_dispatch: jobs: format: