We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e496f94 commit 99a6644Copy full SHA for 99a6644
1 file changed
.github/workflows/BuildImage.yml
@@ -32,7 +32,7 @@ jobs:
32
MOD_VERSION: ${{ steps.outputs.outputs.MOD_VERSION }}
33
34
build:
35
- if: github.base_ref != 'refs/heads/master'
+ if: ${{ github.base_ref != 'master' }}
36
uses: linuxserver/github-workflows/.github/workflows/docker-mod-builder.yml@v1
37
needs: set-vars
38
secrets:
0 commit comments