Manually trigger wizard builds

This commit is contained in:
Emad-salah 2020-10-28 18:39:36 +01:00 committed by GitHub
parent 3f5ca53c0d
commit a1afcb10f1

View file

@ -5,6 +5,12 @@ on:
branches: [ 'master' ]
pull_request:
branches: [ 'master' ]
workflow_dispatch:
inputs:
name:
description: 'Bump Wizard Version'
required: false
default: 'Mona the Octocat'
jobs:
dispatch: