Skip to content

Commit be32ba0

Browse files
authored
Merge pull request #16 from prgrms-web-devcourse-final-project/feature/github-action
Chore: aws 배포 스크립트 수정
2 parents 8b96cf7 + c6018cf commit be32ba0

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/ci.cd.prod.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,7 @@ on:
1212
# 병합됐을 때
1313
jobs:
1414
deploy:
15-
if: github.event.pull_request.merged == true
1615
runs-on: ubuntu-latest
17-
1816
steps:
1917
# 체크아웃
2018
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)