Updating maven build

This commit is contained in:
Ryan Baxter
2025-06-01 15:39:43 -04:00
parent 59a3a73825
commit d4b7ed7a8c

View File

@@ -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'
report_paths: '**/surefire-reports/TEST-*.xml'