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:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
|
- main
|
||||||
- v3-dev-main
|
- v3-dev-main
|
||||||
tags:
|
tags:
|
||||||
|
- v2.*
|
||||||
- v3.*
|
- v3.*
|
||||||
pull_request:
|
pull_request:
|
||||||
branches:
|
branches:
|
||||||
|
- main
|
||||||
- v3-dev-main
|
- v3-dev-main
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
Loading…
Reference in New Issue
Block a user