Skip to content

Commit

Permalink
[DEPLOY] CD 스크립트 테스트를 위해 PR 시에도 트리거 되도록 변경 #118
Browse files Browse the repository at this point in the history
  • Loading branch information
ddongseop committed Feb 4, 2024
1 parent d5c39fd commit af6030a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/api-CD-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Umbba API Server CD (Develop)

# 해당 workflow가 언제 실행될 것인지에 대한 트리거를 지정
on:
push:
pull_request:
branches: [ "develop" ]
paths:
- umbba-api/**
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/api-CD-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Umbba API Server CD (Production)

# 해당 workflow가 언제 실행될 것인지에 대한 트리거를 지정
on:
push:
pull_request:
branches: [ "main" ]
paths:
- umbba-api/**
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/notification-CD-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Umbba Notification Server CD (Develop)

# 해당 workflow가 언제 실행될 것인지에 대한 트리거를 지정
on:
push:
pull_request:
branches: [ "develop" ]
paths:
- umbba-notification/**
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/notification-CD-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Umbba Notification Server CD (Production)

# 해당 workflow가 언제 실행될 것인지에 대한 트리거를 지정
on:
push:
pull_request:
branches: [ "main" ]
paths:
- umbba-notification/**
Expand Down

0 comments on commit af6030a

Please sign in to comment.