Skip to content

Commit 3d5dd00

Browse files
authored
fix: update prod deployment script to be manually triggered (#828)
1 parent 0bcf758 commit 3d5dd00

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/deploy-prod.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
name: Deploy to Production Environment
22

33
on:
4-
push:
5-
branches: [master]
4+
workflow_dispatch:
65

76
concurrency:
87
group: deploy-prod-${{ github.ref }}

0 commit comments

Comments
 (0)