Skip to content

Commit

Permalink
add manual trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
Yanni8 authored Dec 18, 2023
1 parent 49d4c11 commit 58033f0
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,18 @@ on:
push:
branches:
- main
workflow_dispatch:
inputs:
logLevel:
description: 'Log level'
required: true
default: 'debug'
type: choice
options:
- info
- warning
- debug


jobs:
build-and-deploy:
Expand Down

0 comments on commit 58033f0

Please sign in to comment.