Merge pull request #13 from ViPro-Technologies/ci/pr-gate-workflow

Run PR gate on feature-branch push, not only pull_request
pull/16/head
VinPropane 2026-03-30 21:35:26 -04:00 committed by GitHub
commit c37a99d4cd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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: