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 3476ac4 commit cd35c98Copy full SHA for cd35c98
1 file changed
.github/workflows/BuildImage.yml
@@ -34,7 +34,7 @@ jobs:
34
MOD_VERSION: ${{ steps.outputs.outputs.MOD_VERSION }}
35
36
build:
37
- if: ${{ github.base_ref != 'master' }}
+ # if: ${{ github.base_ref != 'master' }}
38
uses: linuxserver/github-workflows/.github/workflows/docker-mod-builder.yml@v1
39
needs: set-vars
40
secrets:
0 commit comments