Skip to content

Commit 593ab2a

Browse files
ci(workflow): remove manual dispatch trigger from production deploy
Disable manual workflow dispatch to enforce deployment solely via main branch pushes. Signed-off-by: night-slayer18 <samanuaia257@gmail.com>
1 parent 9208de6 commit 593ab2a

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

.github/workflows/cd-production.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ name: Deploy to Production
33
on:
44
push:
55
branches: [main]
6-
workflow_dispatch:
76

87
env:
98
NODE_VERSION: '20'

0 commit comments

Comments
 (0)