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: