fix(ci): allow release branches to run (#7060)
This commit is contained in:
parent
925d747b9d
commit
ad71cdab4c
1 changed files with 2 additions and 2 deletions
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
|
@ -4,11 +4,11 @@ on:
|
|||
push:
|
||||
branches:
|
||||
- 'main'
|
||||
- 'release'
|
||||
- 'release/**'
|
||||
pull_request:
|
||||
branches:
|
||||
- 'main'
|
||||
- 'release'
|
||||
- 'release/**'
|
||||
merge_group:
|
||||
|
||||
concurrency:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue