mirror of
https://github.com/webadderallorg/Recordly.git
synced 2026-09-25 07:16:02 +00:00
ci: add workflow_dispatch to winget releaser
This commit is contained in:
@@ -3,10 +3,11 @@ on:
|
||||
workflow_run:
|
||||
workflows: ["Publish Release"]
|
||||
types: [completed]
|
||||
workflow_dispatch:
|
||||
jobs:
|
||||
publish:
|
||||
runs-on: windows-latest
|
||||
if: github.event.workflow_run.conclusion == 'success'
|
||||
if: github.event_name == 'workflow_dispatch' || github.event.workflow_run.conclusion == 'success'
|
||||
steps:
|
||||
- name: Get release tag
|
||||
id: tag
|
||||
|
||||
Reference in New Issue
Block a user