Skip to content

Commit 99a6644

Browse files
authored
Fix if condition
Signed-off-by: aptalca <541623+aptalca@users.noreply.github.com>
1 parent e496f94 commit 99a6644

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/BuildImage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
MOD_VERSION: ${{ steps.outputs.outputs.MOD_VERSION }}
3333

3434
build:
35-
if: github.base_ref != 'refs/heads/master'
35+
if: ${{ github.base_ref != 'master' }}
3636
uses: linuxserver/github-workflows/.github/workflows/docker-mod-builder.yml@v1
3737
needs: set-vars
3838
secrets:

0 commit comments

Comments
 (0)