From 4ee4975e4e8a45eb5204ac8686e6b506dee613a9 Mon Sep 17 00:00:00 2001 From: MaxSMokeSkaarj Date: Mon, 23 Jun 2025 23:56:15 +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 6704a6df40..94e0074887 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 == 'master'}} && github.repository == 'space-wizards/space-station-14' + if: ${{GITHUB.REF_NAME == 'main'}} && github.repository == 'MaxSMokeSkaarj/space-station-14' run: exit 1 - name: Install dependencies -- 2.52.0