ci: Don't need to trigger main CI on release-plz branches, or on PRs that don't target master
This commit is contained in:
parent
c76627bba8
commit
8df1c4cb33
1 changed files with 4 additions and 0 deletions
4
.github/workflows/ci.yaml
vendored
4
.github/workflows/ci.yaml
vendored
|
@ -2,7 +2,11 @@ name: CI
|
||||||
|
|
||||||
on:
|
on:
|
||||||
pull_request:
|
pull_request:
|
||||||
|
branches:
|
||||||
|
- 'master'
|
||||||
push:
|
push:
|
||||||
|
branches-ignore:
|
||||||
|
- 'release-plz-**'
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
env:
|
env:
|
||||||
|
|
Loading…
Add table
Reference in a new issue