From 98115a13a7e098168326fe2f0dc61525c2718b8b Mon Sep 17 00:00:00 2001 From: Ryan Baxter <524254+ryanjbaxter@users.noreply.github.com> Date: Thu, 15 Jun 2023 11:29:41 -0400 Subject: [PATCH] Adding 3.0.x to actions builds --- .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 9275b87c..485239dc 100644 --- a/.github/workflows/maven.yaml +++ b/.github/workflows/maven.yaml @@ -2,9 +2,9 @@ name: github-workflow on: push: - branches: [ main, 2.1.x ] + branches: [ main, 2.1.x, 3.0.x ] pull_request: - branches: [ main, 2.1.x ] + branches: [ main, 2.1.x, 3.0.x ] jobs: build: