From 0c9956445a1db54e45a9cb5042e894dc6f767005 Mon Sep 17 00:00:00 2001 From: RednedEpic Date: Mon, 15 Jul 2024 23:14:30 -0500 Subject: [PATCH] Here too --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 9797a591..60abe199 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -25,7 +25,7 @@ jobs: ORG_GRADLE_PROJECT_battlepluginsUsername: ${{ vars.DEPLOY_USER }} ORG_GRADLE_PROJECT_battlepluginsPassword: ${{ secrets.DEPLOY_SECRET }} - name: Publish to Modrinth - if: ${{ success() && github.repository == 'BattlePlugins/BattleArena' && github.ref_name == 'rewrite' }} + if: ${{ success() && github.repository == 'BattlePlugins/BattleArena' && github.ref_name == 'master' }} env: CHANGELOG: ${{ github.event.head_commit.message }} BUILD_NUMBER: ${{ github.run_number }}