From 10dedfd91619634954af58646da0f972cfc37829 Mon Sep 17 00:00:00 2001 From: Ryan Baxter Date: Wed, 4 Sep 2024 11:05:17 -0400 Subject: [PATCH] Update maven.yaml --- .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 a68e5d45a..19e51e2f9 100644 --- a/.github/workflows/maven.yaml +++ b/.github/workflows/maven.yaml @@ -2,9 +2,9 @@ name: github-workflow on: push: - branches: [ main, 3.0.x ] + branches: [ main, 3.1.x, 3.0.x ] pull_request: - branches: [ main, 3.0.x ] + branches: [ main, 3.1.x, 3.0.x ] jobs: build: