Properly evaluate publish condition for master branch (#38556)

This commit is contained in:
Myra
2025-06-25 13:56:47 +02:00
committed by GitHub
parent 78a94730be
commit 6cffa8aabe

View 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