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