extend manual trigger
This commit is contained in:
parent
2b69ba4bef
commit
bd2a106b06
|
@ -6,6 +6,15 @@ on:
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: [master]
|
branches: [master]
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
inputs:
|
||||||
|
qtversion:
|
||||||
|
description: 'Select either Qt5 or Qt6'
|
||||||
|
required: false
|
||||||
|
default: 'Qt5'
|
||||||
|
type: choice
|
||||||
|
options:
|
||||||
|
- Qt5
|
||||||
|
- Qt6
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
|
Loading…
Reference in New Issue