Refactor build workflow to include release branch parameter

This commit is contained in:
mauro-balades
2024-09-30 23:14:11 +02:00
parent 87f76f1cc2
commit 81db0458a9
4 changed files with 8 additions and 8 deletions

View File

@@ -500,7 +500,7 @@ jobs:
run: sleep 240
release-flatpak:
if: ${{ github.event.inputs.create_release == 'true' }}
if: ${{ github.event.inputs.create_release == 'true' && github.event.inputs.update_branch == 'alpha' }}
permissions: write-all
name: Release Flatpak
needs: [prepare-flatpak, build-data]