mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-08-01 08:51:59 +08:00
Trigger flatpak manifest release on tag push
This commit is contained in:
parent
47ed12523e
commit
859a9cf308
@ -8,10 +8,14 @@ on:
|
|||||||
required: true
|
required: true
|
||||||
type: string
|
type: string
|
||||||
|
|
||||||
|
push:
|
||||||
|
tags:
|
||||||
|
- '*'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
bundle_flatpak:
|
bundle_flatpak:
|
||||||
uses: Prusa-Development/PrusaSlicer-Actions/.github/workflows/get_release_flatpak_manifest.yml@master
|
uses: Prusa-Development/PrusaSlicer-Actions/.github/workflows/get_release_flatpak_manifest.yml@master
|
||||||
secrets: inherit
|
secrets: inherit
|
||||||
with:
|
with:
|
||||||
actions_branch: master
|
actions_branch: master
|
||||||
tag: ${{ inputs.tag }}
|
tag: ${{ inputs.tag || github.ref_name }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user