fix: final deploy test

This commit is contained in:
Alan Rynne
2024-10-31 14:30:17 +01:00
parent 718c673845
commit 86373c01c9
+1 -1
View File
@@ -62,7 +62,7 @@ jobs:
needs: build
env:
IS_TAG_BUILD: ${{ github.ref_type == 'tag' }}
IS_RELEASE_BRANCH: ${{ startsWith(github.ref_name, 'release/') || github.ref_name == 'main' || startsWith(github.ref_name, 'alan/')}}
IS_RELEASE_BRANCH: true
steps:
- name: 🔫 Trigger Build Installers
uses: ALEEF02/workflow-dispatch@v3.0.0