Skip to content

Commit 2823d7e

Browse files
committed
add workflow dispatch to deployment workflow
1 parent a9657ee commit 2823d7e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/publish-and-deploy.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ on:
55
branches:
66
#- meshdb
77
- meshdb-admin
8+
workflow_dispatch:
9+
branches:
10+
- meshdb-admin
811

912
jobs:
1013
# Dev and Prod use the same image

0 commit comments

Comments
 (0)