Manually trigger wizard builds
This commit is contained in:
parent
3f5ca53c0d
commit
a1afcb10f1
1 changed files with 6 additions and 0 deletions
6
.github/workflows/main.yml
vendored
6
.github/workflows/main.yml
vendored
|
|
@ -5,6 +5,12 @@ on:
|
||||||
branches: [ 'master' ]
|
branches: [ 'master' ]
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: [ 'master' ]
|
branches: [ 'master' ]
|
||||||
|
workflow_dispatch:
|
||||||
|
inputs:
|
||||||
|
name:
|
||||||
|
description: 'Bump Wizard Version'
|
||||||
|
required: false
|
||||||
|
default: 'Mona the Octocat'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
dispatch:
|
dispatch:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue