Skip to content

Commit b180881

Browse files
committed
cicd: 수동 트리거 조건 workflow_dispatch 추가
1 parent 4b6d277 commit b180881

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name: Build and Deploy to AWS Lambda
33
on:
44
push:
55
branches: [ main ]
6+
workflow_dispatch:
67

78
jobs:
89
build-push:

0 commit comments

Comments
 (0)