Skip to content

Commit ed351ba

Browse files
committed
update: 웹 트리거 추가
1 parent 19a6340 commit ed351ba

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.github/workflows/deploy_on_dev.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name: Deploy Django with zappa on DEV stage
33
on:
44
push:
55
branches: [devdev]
6+
workflow_dispatch:
67

78
jobs:
89
build:

.github/workflows/deploy_on_prod.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ name: Deploy Django with zappa on PRODUCTION stage
33
on:
44
push:
55
branches: [main]
6+
workflow_dispatch:
7+
68
jobs:
79
build:
810
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)