add ci checks to main and release branches (#7670)
This commit is contained in:
parent
044cebc978
commit
d4f3590638
1 changed files with 4 additions and 0 deletions
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
|
@ -1,6 +1,10 @@
|
|||
---
|
||||
name: ci
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
- 'release*'
|
||||
pull_request:
|
||||
|
||||
env:
|
||||
|
|
|
|||
Loading…
Reference in a new issue