Skip to content

Commit 64b2e0e

Browse files
committed
fix : prod-server CD 워크플로우 main에 push될 때 실행되도록 수정
1 parent e331bbc commit 64b2e0e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/prod-server.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Spring CD (Production)
33

44
# main 브랜치 PR에서만 실행 (이미 빌드된 Docker 이미지 사용)
55
on:
6-
pull_request:
6+
push:
77
branches:
88
- main
99
paths:
@@ -18,7 +18,7 @@ jobs:
1818
# ==================================
1919
# CD: Deploy to Production Environment
2020
# ==================================
21-
cd-test:
21+
cd-prod:
2222
runs-on: ubuntu-latest
2323

2424
steps:

0 commit comments

Comments
 (0)