Merge pull request #13 from ViPro-Technologies/ci/pr-gate-workflow
Run PR gate on feature-branch push, not only pull_requestpull/16/head
commit
c37a99d4cd
|
|
@ -7,6 +7,10 @@ name: PR gate
|
||||||
on:
|
on:
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: [main]
|
branches: [main]
|
||||||
|
# pull_request does not run on "push branch only" — only after a PR exists (or is synced).
|
||||||
|
push:
|
||||||
|
branches-ignore:
|
||||||
|
- main
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue