[CI] Add 0.2.x to ci.yml

This commit is contained in:
Chris Bono
2023-04-28 22:34:48 -05:00
parent cda32c0d57
commit aadc1d8135
2 changed files with 5 additions and 2 deletions

View File

@@ -2,7 +2,9 @@ name: CI PRs
on:
pull_request:
branches: [ "main", "0.2.x" ]
branches:
- 'main'
- '0.2.x'
paths-ignore:
- '.github/**'
env:

View File

@@ -3,7 +3,8 @@ name: CI
on:
push:
branches:
- main
- 'main'
- '0.2.x'
paths-ignore:
- '.github/**'
schedule: