Skip to content

Commit 06c9763

Browse files
committed
Add workflow dispatch
1 parent e1b5cee commit 06c9763

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/docker-prod.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ on:
77
paths:
88
- "packages/ui/api/**"
99
workflow_dispatch:
10+
inputs:
11+
branch:
12+
description: "Branch to build from"
13+
required: true
14+
default: master
15+
type: string
1016

1117
permissions:
1218
contents: read

0 commit comments

Comments
 (0)