From bcc8729e2de26e8a70d9a8217c6bfdb110d62ac4 Mon Sep 17 00:00:00 2001 From: Ryan Baxter Date: Thu, 19 Sep 2024 14:04:44 -0400 Subject: [PATCH] Add 4.1.x to push and pull requests --- .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 9b781b39..c59295d9 100644 --- a/.github/workflows/maven.yaml +++ b/.github/workflows/maven.yaml @@ -5,9 +5,9 @@ name: Build on: push: - branches: [ main, 4.0.x, 3.1.x ] + branches: [ main, 4.1.x, 4.0.x, 3.1.x ] pull_request: - branches: [ main, 4.0.x, 3.1.x ] + branches: [ main, 4.1.x, 4.0.x, 3.1.x ] jobs: build: