From 859a9cf308cf6d711f72f072854894cbe6f60cae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20=C5=A0ach?= Date: Tue, 12 Nov 2024 11:59:35 +0100 Subject: [PATCH] Trigger flatpak manifest release on tag push --- .github/workflows/get_release_flatpak_manifest.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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 }}