From 5101195f97734d75749c9cc8579acf5e485c75cf Mon Sep 17 00:00:00 2001 From: Taran Nathan Date: Wed, 13 May 2026 16:43:25 -0700 Subject: [PATCH] woops wrong branch name --- .github/workflows/autofmt.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/autofmt.yml b/.github/workflows/autofmt.yml index 0e6131c..206df76 100644 --- a/.github/workflows/autofmt.yml +++ b/.github/workflows/autofmt.yml @@ -2,7 +2,9 @@ name: Format on: push: - branches: [ master ] + branches: [ main ] + pull_request: + branches: [ main ] jobs: -- 2.39.5