diff --git a/.github/workflows/maven.yaml b/.github/workflows/maven.yaml index a68e5d45..19e51e2f 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 ] + branches: [ main, 3.1.x, 3.0.x ] pull_request: - branches: [ main, 3.0.x ] + branches: [ main, 3.1.x, 3.0.x ] jobs: build: