From 54f9ecef6ae1da228fce7ebc85963c71cf4bed7e Mon Sep 17 00:00:00 2001 From: MaxSMokeSkaarj Date: Tue, 24 Jun 2025 00:00:06 +1000 Subject: [PATCH] test commit fix --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 94e0074887..b78df78150 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -12,7 +12,7 @@ jobs: steps: - name: Fail if we are attempting to run on the master branch - if: ${{GITHUB.REF_NAME == 'main'}} && github.repository == 'MaxSMokeSkaarj/space-station-14' + if: ${{GITHUB.REF_NAME == 'master'}} && github.repository == 'MaxSMokeSkaarj/space-station-14' run: exit 1 - name: Install dependencies -- 2.52.0