From dce8c7e9e7f86839a1d4e963eb55fe99eda4ca0b Mon Sep 17 00:00:00 2001 From: Bixilon Date: Sat, 17 Sep 2022 21:14:30 +0200 Subject: [PATCH] github: don't build on macos-build branch anymore --- .github/workflows/maven.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index ebe5fdcac..d0fe94bfc 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -5,7 +5,7 @@ name: Java CI with Maven on: push: - branches: [ master, macos-build ] + branches: [ master ] pull_request: branches: [ master ]