Skip to content

Commit d20eab4

Browse files
authored
ci: add workflow dispatch to _release (#805)
1 parent 321b7aa commit d20eab4

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/_release.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ on:
77
required: true
88
type: string
99
description: "From which folder this pipeline executes"
10+
workflow_dispatch: # Allows to trigger the workflow manually in GitHub UI
11+
inputs:
12+
working-directory:
13+
required: true
14+
type: string
15+
description: "From which folder this pipeline executes"
1016

1117
env:
1218
POETRY_VERSION: "1.5.1"

0 commit comments

Comments
 (0)