Trigger flatpak manifest release on tag push

This commit is contained in:
Martin Šach 2024-11-12 11:59:35 +01:00
parent 47ed12523e
commit 859a9cf308

View File

@ -8,10 +8,14 @@ on:
required: true
type: string
push:
tags:
- '*'
jobs:
bundle_flatpak:
uses: Prusa-Development/PrusaSlicer-Actions/.github/workflows/get_release_flatpak_manifest.yml@master
secrets: inherit
with:
actions_branch: master
tag: ${{ inputs.tag }}
tag: ${{ inputs.tag || github.ref_name }}