Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
develop branch only process CI
main branch process CI & CD
📝 요약
CI/CD 조건 변경
develop branch에 PR or push 하면 CI 과정만 진행
main에 push 할때 (다른 branch에서 PR 요청할때) CI와 CD 동작
이슈 번호 : #10
🔖 변경 사항
✅ 리뷰 요구사항
📸 확인 방법
develop branch에 push하면 다음과 같이 CI 과정만 진행됩니다.
deploy job이 보이긴 하지만 skip 되었다고 뜨면서 진행되지 않습니다.
main에 push되면 (PR을 승인해서 merge 했을때) CI와 CD가 모두 동작합니다.
CI과정에서 error가 발생하면 CD가 진행되지 않습니다.