From 249e9a10a102532623a79c294eb507b41715f929 Mon Sep 17 00:00:00 2001 From: Asuka Minato Date: Wed, 27 Aug 2025 11:23:39 +0900 Subject: [PATCH] Restrict autofix workflow to main branch (#24581) --- .github/workflows/autofix.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/autofix.yml b/.github/workflows/autofix.yml index 716c29957..2c9cee214 100644 --- a/.github/workflows/autofix.yml +++ b/.github/workflows/autofix.yml @@ -2,6 +2,7 @@ name: autofix.ci on: workflow_call: pull_request: + branches: [ "main" ] push: branches: [ "main" ] permissions: