diff --git a/.github/workflows/maven.yaml b/.github/workflows/maven.yaml index 9f768ed..6c07831 100644 --- a/.github/workflows/maven.yaml +++ b/.github/workflows/maven.yaml @@ -5,9 +5,9 @@ name: Build on: push: - branches: [ main, 3.0.x, 2.1.x ] + branches: [ main, 3.1.x, 3.0.x, 2.1.x ] pull_request: - branches: [ main, 3.0.x, 2.1.x ] + branches: [ main, 3.1.x, 3.0.x, 2.1.x ] jobs: build: