diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 95ed48397..d74eae027 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -2,9 +2,9 @@ name: Build on: push: - branches: [ master ] + branches: [ 3.1.x ] pull_request: - branches: [ master ] + branches: [ 3.1.x ] jobs: build: