diff --git a/.github/workflows/get_release_flatpak_manifest.yml b/.github/workflows/get_release_flatpak_manifest.yml index f2ff1a9c93..3b6e078b18 100644 --- a/.github/workflows/get_release_flatpak_manifest.yml +++ b/.github/workflows/get_release_flatpak_manifest.yml @@ -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 }}