diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index a058ff5..7ee18f5 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -7,6 +7,14 @@ on: branches: [ "main" ] pull_request: branches: [ "main" ] + workflow_dispatch: + inputs: + logLevel: + description: 'Log level' + required: true + default: 'warning' + tags: + description: 'Test scenario tags' # 위 이벤트 발생시 실행될 작업들 (workflow 작업) jobs: