From d20cd9f25b2b9cb8522db35e547c6e1e6c4421bf Mon Sep 17 00:00:00 2001 From: Ryan Baxter Date: Thu, 16 Jan 2025 13:07:31 -0500 Subject: [PATCH] Adding 3.2.x to maven build --- .github/workflows/maven.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/maven.yaml b/.github/workflows/maven.yaml index 6c07831..43e4fe0 100644 --- a/.github/workflows/maven.yaml +++ b/.github/workflows/maven.yaml @@ -5,9 +5,9 @@ name: Build on: push: - branches: [ main, 3.1.x, 3.0.x, 2.1.x ] + branches: [ main, 3.2.x, 3.1.x, 3.0.x, 2.1.x ] pull_request: - branches: [ main, 3.1.x, 3.0.x, 2.1.x ] + branches: [ main, 3.2.x, 3.1.x, 3.0.x, 2.1.x ] jobs: build: