fix workflow workflow_dispatch

This commit is contained in:
Qing 2022-10-05 23:27:28 +08:00
parent 303efe1221
commit c5692613a7

View File

@ -3,7 +3,9 @@ name: Publish Docker image
on: on:
- release: - release:
types: [published] types: [published]
- workflow_dispatch:
on:
workflow_dispatch:
inputs: inputs:
tags: tags:
description: "Test scenario tags" description: "Test scenario tags"