run ci workflow for release branches (#10819)
This commit is contained in:
parent
0d16193b9f
commit
d96dcde1ba
1 changed files with 1 additions and 0 deletions
1
.github/workflows/ci.yaml
vendored
1
.github/workflows/ci.yaml
vendored
|
@ -13,6 +13,7 @@ on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
|
- release-*
|
||||||
paths-ignore:
|
paths-ignore:
|
||||||
- 'docs/**'
|
- 'docs/**'
|
||||||
- 'deploy/**'
|
- 'deploy/**'
|
||||||
|
|
Loading…
Reference in a new issue