Run CI when pushing to release branches (e.g. 'v0.62.x')
This commit is contained in:
parent
9b69f9a3ff
commit
33d02cedd7
1 changed files with 1 additions and 0 deletions
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
|
@ -4,6 +4,7 @@ on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
|
- "v*"
|
||||||
tags:
|
tags:
|
||||||
- "v*"
|
- "v*"
|
||||||
pull_request:
|
pull_request:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue