Skip to content

Commit

Permalink
update release pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
uolter committed Oct 21, 2022
1 parent 4d3f8b5 commit a7dbd7e
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,17 @@ on:
- '**.md'
- '.**'
- 'pagopa_it/**'
workflow_dispatch:
inputs:
logLevel:
description: 'Log level'
required: true
default: 'warning'
type: choice
options:
- info
- warning
- debug

jobs:
release:
Expand Down

0 comments on commit a7dbd7e

Please sign in to comment.