added support for v2.x and v1.x branches
This commit is contained in:
parent
5cb96ad76a
commit
2a2aeb869f
1 changed files with 4 additions and 0 deletions
4
.github/workflows/maven.yml
vendored
4
.github/workflows/maven.yml
vendored
|
|
@ -11,9 +11,13 @@ on:
|
|||
push:
|
||||
branches:
|
||||
- "master"
|
||||
- "v2.x"
|
||||
- "v1.x"
|
||||
pull_request:
|
||||
branches:
|
||||
- "master"
|
||||
- "v2.x"
|
||||
- "v1.x"
|
||||
|
||||
permissions:
|
||||
contents: write
|
||||
|
|
|
|||
Loading…
Reference in a new issue