Update GitHub Actions events for v3 mode
This commit is contained in:
parent
766786fcc2
commit
5133e28f43
3
.github/workflows/cli.yml
vendored
3
.github/workflows/cli.yml
vendored
@ -3,14 +3,11 @@ on:
|
|||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
- v3-dev-main
|
|
||||||
tags:
|
tags:
|
||||||
- v2.*
|
|
||||||
- v3.*
|
- v3.*
|
||||||
pull_request:
|
pull_request:
|
||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
- v3-dev-main
|
|
||||||
permissions:
|
permissions:
|
||||||
contents: read
|
contents: read
|
||||||
jobs:
|
jobs:
|
||||||
|
Loading…
Reference in New Issue
Block a user