From d4b7ed7a8c4a795dcc6bfcf748821320305b7d5f Mon Sep 17 00:00:00 2001 From: Ryan Baxter Date: Sun, 1 Jun 2025 15:39:43 -0400 Subject: [PATCH] Updating maven build --- .github/workflows/maven.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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'