From 0ac3fb07e9facd274ab8a982cb6e1beaeb97c679 Mon Sep 17 00:00:00 2001 From: VinPropane Date: Mon, 30 Mar 2026 21:34:13 -0400 Subject: [PATCH] Run PR gate on feature-branch push, not only pull_request --- .github/workflows/pr-gate.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/pr-gate.yml b/.github/workflows/pr-gate.yml index 6066ad3..c598f36 100644 --- a/.github/workflows/pr-gate.yml +++ b/.github/workflows/pr-gate.yml @@ -7,6 +7,10 @@ name: PR gate on: pull_request: branches: [main] + # pull_request does not run on "push branch only" — only after a PR exists (or is synced). + push: + branches-ignore: + - main jobs: build: