diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 0b4dc59..68b657b 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -1,5 +1,16 @@ name: Basic Example Test on: + workflow_dispatch: + inputs: + logLevel: + description: 'Log level' + required: true + default: 'info' + type: choice + options: + - info + - warning + - debug push: branches: - main