github: add workflow_dispatch

This commit is contained in:
c9s 2022-01-14 12:49:32 +08:00
parent 00030c2009
commit 145c340d5b

View File

@ -1,6 +1,12 @@
name: Docker Image
on:
workflow_dispatch:
inputs:
ref:
description: 'ref to build'
required: false
default: 'main'
push:
# Sequence of patterns matched against refs/tags
tags: