Update maven.yml

Adding 4.2.x to GitHub build action
This commit is contained in:
Ryan Baxter
2025-03-14 09:08:29 -04:00
parent 4593b51800
commit 1e339cf425

View File

@@ -5,9 +5,9 @@ name: Build
on:
push:
branches: [ main, 4.1.x, 3.1.x ]
branches: [ main, 4.2.x, 4.1.x, 3.1.x ]
pull_request:
branches: [ main, 4.1.x, 3.1.x ]
branches: [ main, 4.2.x, 4.1.x, 3.1.x ]
jobs:
build: