ci(publish): allow manual dispatch — replay lane for dropped tag events
This commit is contained in:
parent
08758c254f
commit
3835a0e702
1 changed files with 5 additions and 0 deletions
|
|
@ -12,6 +12,11 @@ on:
|
|||
push:
|
||||
tags:
|
||||
- 'v*'
|
||||
workflow_dispatch:
|
||||
inputs:
|
||||
ref_reason:
|
||||
description: 'why this manual run (e.g. tag event dropped)'
|
||||
required: false
|
||||
|
||||
jobs:
|
||||
publish:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue