extend manual trigger

This commit is contained in:
Rick Vogel 2022-10-28 14:18:37 +02:00
parent 2b69ba4bef
commit bd2a106b06
1 changed files with 9 additions and 0 deletions

View File

@ -6,6 +6,15 @@ on:
pull_request:
branches: [master]
workflow_dispatch:
inputs:
qtversion:
description: 'Select either Qt5 or Qt6'
required: false
default: 'Qt5'
type: choice
options:
- Qt5
- Qt6
jobs:
build: