diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b2de3db9..8f663ec7 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -1,6 +1,17 @@ name: Build Container Images on: + workflow_dispatch: + inputs: + logLevel: + description: 'Log level' + required: true + default: 'warning' + type: choice + options: + - info + - warning + - debug push: branches: - '*'