From a1afcb10f1354527943d856b97f79ca42303ff18 Mon Sep 17 00:00:00 2001 From: Emad-salah Date: Wed, 28 Oct 2020 18:39:36 +0100 Subject: [PATCH] Manually trigger wizard builds --- .github/workflows/main.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 55e939ff..09a1e53a 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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: