Skip to content

Commit e77dafd

Browse files
committed
feat: workflow 실행조건에 수동 트리거 추가
1 parent c3b5c5b commit e77dafd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/sms_backend_master_cd.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ on:
22
push:
33
branches: [ "master" ]
44

5+
workflow_dispatch:
6+
57
jobs:
68
CD:
79
name: CD

0 commit comments

Comments
 (0)