From: MaxSMokeSkaarj Date: Mon, 23 Jun 2025 14:00:06 +0000 (+1000) Subject: test commit fix X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=54f9ecef6ae1da228fce7ebc85963c71cf4bed7e;p=space-station-14.git test commit fix --- 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