ci: Eliminate redundant builds on merge-queue branches
This commit is contained in:
parent
505cf01ea7
commit
dae3b668c8
1 changed files with 1 additions and 0 deletions
1
.github/workflows/ci.yaml
vendored
1
.github/workflows/ci.yaml
vendored
|
@ -7,6 +7,7 @@ on:
|
|||
push:
|
||||
branches-ignore:
|
||||
- 'release-plz-**'
|
||||
- 'gh-readonly-queue/**'
|
||||
workflow_dispatch:
|
||||
merge_group:
|
||||
types: [checks_requested]
|
||||
|
|
Loading…
Add table
Reference in a new issue