chore: add workflow-dispatch

This commit is contained in:
Lakhan Samani 2022-03-17 00:44:55 +05:30
parent 3aa888b14e
commit d6f60ce464

View File

@ -1,4 +1,19 @@
on:
workflow_dispatch:
inputs:
logLevel:
description: 'Log level'
required: true
default: 'warning'
type: choice
options:
- info
- warning
- debug
tags:
description: 'Tags'
required: false
type: boolean
release:
types: [created]