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' ]
|
||||
pull_request:
|
||||
branches: [ 'master' ]
|
||||
workflow_dispatch:
|
||||
inputs:
|
||||
name:
|
||||
description: 'Bump Wizard Version'
|
||||
required: false
|
||||
default: 'Mona the Octocat'
|
||||
|
||||
jobs:
|
||||
dispatch:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue