diff --git a/.github/workflows/maven.yaml b/.github/workflows/maven.yaml index 8c6e6afc..0bf4f986 100644 --- a/.github/workflows/maven.yaml +++ b/.github/workflows/maven.yaml @@ -2,9 +2,9 @@ name: github-workflow on: push: - branches: [ main, 3.0.x, 3.1.x ] + branches: [ main, 3.0.x, 3.1.x, 3.2.x ] pull_request: - branches: [ main, 3.0.x, 3.1.x ] + branches: [ main, 3.0.x, 3.1.x, 3.2.x ] jobs: build: