Adding 4.2.x to maven build

This commit is contained in:
Ryan Baxter
2025-01-16 13:06:00 -05:00
parent 24dce01e6e
commit d3e4d4cb99

View File

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