]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
Properly evaluate publish condition for master branch (#38556)
authorMyra <vasilis@pikachu.systems>
Wed, 25 Jun 2025 11:56:47 +0000 (13:56 +0200)
committerGitHub <noreply@github.com>
Wed, 25 Jun 2025 11:56:47 +0000 (13:56 +0200)
.github/workflows/publish.yml

index bb50164b34eddb55b59754514d493b539fcd9bff..3ce5901841651c1d15e0c9bc6dc33da2cb9f5ca4 100644 (file)
@@ -15,7 +15,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 == 'master' && github.repository == 'space-wizards/space-station-14'}}
       run: exit 1
 
     - name: Install dependencies