[CI] Add 0.2.x to ci.yml
This commit is contained in:
4
.github/workflows/ci-pr.yml
vendored
4
.github/workflows/ci-pr.yml
vendored
@@ -2,7 +2,9 @@ name: CI PRs
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
branches: [ "main", "0.2.x" ]
|
||||
branches:
|
||||
- 'main'
|
||||
- '0.2.x'
|
||||
paths-ignore:
|
||||
- '.github/**'
|
||||
env:
|
||||
|
||||
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
@@ -3,7 +3,8 @@ name: CI
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
- 'main'
|
||||
- '0.2.x'
|
||||
paths-ignore:
|
||||
- '.github/**'
|
||||
schedule:
|
||||
|
||||
Reference in New Issue
Block a user