diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index e76e244a..e611b1e7 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -5,9 +5,9 @@ name: Build on: push: - branches: [ main, 3.1.x ] + branches: [ main, 4.2.x, 4.1.x ] pull_request: - branches: [ main, 3.1.x ] + branches: [ main, 4.2.x, 4.1.x ] jobs: build: @@ -34,4 +34,4 @@ jobs: uses: mikepenz/action-junit-report@v2 if: always() # always run even if the previous step fails with: - report_paths: '**/surefire-reports/TEST-*.xml' \ No newline at end of file + report_paths: '**/surefire-reports/TEST-*.xml'