diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index e999d22533..f6bfeb7867 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -15,7 +15,12 @@ name: Java CI -on: [push, pull_request] +on: + push: + - master + - '5.*' + - '4.*' + pull_request: permissions: contents: read