Merge remote-tracking branch 'origin/main' into tmp-10412-merge
This commit is contained in:
commit
10a6e81a88
4 changed files with 218 additions and 1 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:
|
||||
|
|
|
|||
Reference in a new issue