diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index ae159db1..cd28e1ad 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -11,9 +11,13 @@ on: push: branches: - "master" + - "v2.x" + - "v1.x" pull_request: branches: - "master" + - "v2.x" + - "v1.x" permissions: contents: write