From 4207943ba3eb7fda704ffa504f9dac76896acc93 Mon Sep 17 00:00:00 2001 From: Keiran Price Date: Tue, 2 Apr 2024 15:20:12 +0100 Subject: [PATCH] Ignore main --- .github/workflows/formatting.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/formatting.yml b/.github/workflows/formatting.yml index b1e7571..7bb89e4 100644 --- a/.github/workflows/formatting.yml +++ b/.github/workflows/formatting.yml @@ -1,7 +1,7 @@ --- on: push: - branches: + branches-ignore: - main permissions: contents: write