diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index 6fb1cd9..e0b9ae1 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -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: