From 11655ef029a5e2e0d06550949bcd98ba33285e37 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lien=20Bombo?= Date: Thu, 11 Sep 2025 09:33:25 -0500 Subject: [PATCH] ci: Run Zizmor on pushes to any branch MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This runs Zizmor on pushes to any branch, not just main. This is useful for: 1. Testing changes in feature branches with the manually-triggered CI. 2. Forked repos that may use a different name than "main" for their default branch. Signed-off-by: Aurélien Bombo --- .github/workflows/zizmor.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/zizmor.yaml b/.github/workflows/zizmor.yaml index 6e494e8681..e2c5439b2a 100644 --- a/.github/workflows/zizmor.yaml +++ b/.github/workflows/zizmor.yaml @@ -2,7 +2,6 @@ name: GHA security analysis on: push: - branches: ["main"] pull_request: permissions: {}