Run PR gate on feature-branch push, not only pull_request

pull/13/head
VinPropane 2026-03-30 21:34:13 -04:00
parent 510155d4fc
commit 0ac3fb07e9
1 changed files with 4 additions and 0 deletions

View File

@ -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: