Skip to content

Commit

Permalink
Update build-test.yml (#239)
Browse files Browse the repository at this point in the history
  • Loading branch information
thinhha authored Apr 14, 2023
1 parent 4c0ba4a commit fae420e
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,17 @@ on:
pull_request:
paths-ignore:
- "**.md"
workflow_dispatch:
inputs:
logLevel:
description: 'Log level'
required: true
default: 'warning'
type: choice
options:
- info
- warning
- debug

jobs:
build:
Expand Down

0 comments on commit fae420e

Please sign in to comment.