Skip to content

Commit ca1736d

Browse files
committed
refactor: 테스트를 위한 조건 복원
1 parent 1f8b333 commit ca1736d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/backend-prod-cd.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Backend Prod Server CD
22

33
on:
4-
pull_request:
4+
push:
55
branches: [ main ]
66
paths:
77
- 'backend/**'
@@ -100,4 +100,3 @@ jobs:
100100
echo "❌ 배포 실패! 서버가 동작하지 않습니다."
101101
sudo docker logs coursepick-backend --tail 50
102102
exit 1
103-

0 commit comments

Comments
 (0)