Keep CI config compatible with main branch
This commit is contained in:
parent
cddccd3df5
commit
5be9100fb3
3
.github/workflows/cli.yml
vendored
3
.github/workflows/cli.yml
vendored
@ -3,11 +3,14 @@ name: Run Tests
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
- v3-dev-main
|
||||
tags:
|
||||
- v2.*
|
||||
- v3.*
|
||||
pull_request:
|
||||
branches:
|
||||
- main
|
||||
- v3-dev-main
|
||||
|
||||
jobs:
|
||||
|
Loading…
Reference in New Issue
Block a user