]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
test commit fix
authorMaxSMokeSkaarj <vnazarov@smokeofanarchy.ru>
Mon, 23 Jun 2025 14:00:06 +0000 (00:00 +1000)
committerMaxSMokeSkaarj <vnazarov@smokeofanarchy.ru>
Mon, 23 Jun 2025 14:00:06 +0000 (00:00 +1000)
.github/workflows/publish.yml

index 94e0074887e7977e14299f28082d9cf8bfc0c82d..b78df78150a043904e40ae3751e32126a951ffd8 100644 (file)
@@ -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