Skip to content

Commit 3b91afe

Browse files
committed
add workflow dispatch and update trigger to main branch
1 parent 03602de commit 3b91afe

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/deploy-ui.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@ name: Build & deploy application to Vercel
22
on:
33
push:
44
branches:
5-
- ui-setup
5+
- main
6+
workflow_dispatch:
67

78
jobs:
89
deploy-production:

0 commit comments

Comments
 (0)