add workflow_dispatch

This commit is contained in:
silverwind 2024-03-08 16:21:32 +01:00
parent 5316e498c2
commit 1ba4b08bb6
Signed by: silverwind
GPG Key ID: 2E62B41C93869443

@ -1,5 +1,28 @@
name: ci
on: [push, pull_request]
on:
push:
pull_request:
workflow_dispatch:
inputs:
logLevel:
description: 'Log level'
required: true
default: 'warning'
type: choice
options:
- info
- warning
- debug
tags:
description: 'Test scenario tags'
required: false
type: boolean
boolean_default_true:
description: 'Test scenario tags'
required: true
type: boolean
default: true
jobs:
testcolor: