Skip to content

Commit fa2122e

Browse files
committed
update: github action 수동 트리거를 위한 설정변경
1 parent f36f7c9 commit fa2122e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/pyconkr-2023-dev-docker-deploy.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ on:
55
branches:
66
- dev
77

8-
# Allows you to run this workflow manually from the Actions tab
9-
workflow_dispatch:
8+
# Allows you to run this workflow manually from the Actions tab
9+
workflow_dispatch:
1010

1111
jobs:
1212
deploy-docker-dev:

.github/workflows/pyconkr-2023-prod-docker-deploy.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ on:
55
branches:
66
- prod
77

8-
# Allows you to run this workflow manually from the Actions tab
9-
workflow_dispatch:
8+
# Allows you to run this workflow manually from the Actions tab
9+
workflow_dispatch:
1010

1111
jobs:
1212
deploy-docker-prod:

0 commit comments

Comments
 (0)