From 214319b2c901b15e2ac06cab454ac6657edafeb7 Mon Sep 17 00:00:00 2001 From: jfarcand Date: Mon, 18 Mar 2024 18:57:17 -0400 Subject: [PATCH] Consolidate workflow --- .github/workflows/maven.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 8ac8718486..11d671080b 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -2,9 +2,9 @@ name: Atmopshere Build on: push: - branches: [ master ] + branches: [ atmosphere-2.7.x ] pull_request: - branches: [ master ] + branches: [ atmosphere-2.7.x ] jobs: build: