Add workflow_dispatch trigger to Flatpak release workflow
This commit is contained in:
parent
2b769c3055
commit
536ae5394c
1 changed files with 1 additions and 0 deletions
1
.github/workflows/flatpak-release.yml
vendored
1
.github/workflows/flatpak-release.yml
vendored
|
|
@ -3,6 +3,7 @@ name: Flatpak Release
|
|||
on:
|
||||
release:
|
||||
types: [published]
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
|
|
|||
Loading…
Reference in a new issue