-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: backend-cd.yml #291
fix: backend-cd.yml #291
Conversation
be/** 브랜치에 push되었을 때는 트리거되지 않고, 오직 develop 브랜치에 push되거나 pull request가 생성될 때만 GitHub Actions가 실행되도록 수정
WalkthroughThis update modifies the branch specification for triggering the backend continuous deployment workflow. The push event is now limited to commits on the Changes
Sequence Diagram(s)sequenceDiagram
participant Dev as Developer
participant GH as GitHub Actions
participant Job as Deployment Job
Dev->>GH: Push commit to branch "develop"
GH-->>Job: Trigger deployment workflow
Dev->>GH: Open pull request to "main" or "develop"
GH-->>Job: Validate pull request conditions
Possibly related PRs
Suggested reviewers
Poem
📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (1)
⏰ Context from checks skipped due to timeout of 90000ms (1)
🔇 Additional comments (2)
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Code review by ChatGPT
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
확인완료
변경 사항
be/** 브랜치에 push되었을 때는 트리거되지 않고, 오직 develop 브랜치에 push되거나 pull request가 생성될 때만 GitHub Actions가 실행되도록 수정
테스트 결과 (테스트를 했으면)
ex) 베이스 브랜치에 포함되기 위한 코드는 모두 정상적으로 동작해야 합니다. 결과물에 대한 스크린샷, GIF, 혹은 라이브 데모가 가능하도록 샘플API를 첨부할 수도 있습니다.
Summary by CodeRabbit