From 3ccb6c3c6beecdf8fb86df797195c7a1daaf4c4c Mon Sep 17 00:00:00 2001 From: Ryan Baxter Date: Mon, 31 Jan 2022 19:54:01 -0500 Subject: [PATCH] building right branches --- .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 fe264e1..d70a067 100644 --- a/.github/workflows/maven.yaml +++ b/.github/workflows/maven.yaml @@ -5,9 +5,9 @@ name: Build on: push: - branches: [ main, 3.1.x ] + branches: [ main, 2.1.x ] pull_request: - branches: [ main, 3.1.x ] + branches: [ main, 2.1.x ] jobs: build: