From 2089d086fe7158a8a8c776566fdf09ebca855475 Mon Sep 17 00:00:00 2001 From: Alex Goodman Date: Thu, 2 Apr 2026 14:56:46 -0400 Subject: [PATCH] chore: update zizmor workflow triggers (#4732) Signed-off-by: Alex Goodman --- .github/workflows/validate-github-actions.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/validate-github-actions.yaml b/.github/workflows/validate-github-actions.yaml index 78215b796..02800dc9a 100644 --- a/.github/workflows/validate-github-actions.yaml +++ b/.github/workflows/validate-github-actions.yaml @@ -1,10 +1,8 @@ name: "Validate GitHub Actions" on: + workflow_dispatch: pull_request: - paths: - - '.github/workflows/**' - - '.github/actions/**' push: branches: - main