Skip to content

[chore] Node.js CI 워크플로 5.0.x 브랜치 트리거 추가#111

Open
dasomel wants to merge 1 commit into
eGovFramework:mainfrom
dasomel-eGovFramework:chore/ci-5.0.x-trigger-actions-v4
Open

[chore] Node.js CI 워크플로 5.0.x 브랜치 트리거 추가#111
dasomel wants to merge 1 commit into
eGovFramework:mainfrom
dasomel-eGovFramework:chore/ci-5.0.x-trigger-actions-v4

Conversation

@dasomel
Copy link
Copy Markdown

@dasomel dasomel commented May 20, 2026

변경 사유

현재 .github/workflows/node.js.ymlmain 브랜치만 트리거하고 있어 5.0.x 대상 PR이 CI에서 검증되지 않습니다.

변경 내용

  • push.branches, pull_request.branches"5.0.x" 추가
  • actions/checkout@v4, actions/setup-node@v4, Node 22.x 매트릭스는 이미 최신이라 변경 없음

영향 범위

  • 빌드/테스트 명령 동일 (npm ci, npm run build --if-present, npm run test:run)
  • 머지 후 5.0.x 대상 push/PR이 CI에서 자동 빌드됨

체크리스트

  • 단일 주제(CI 인프라 갱신)
  • 5.0.x 브랜치 대상
  • 빌드 명령 미변경

Add "5.0.x" to push and pull_request branch filters so PRs against the
active 5.x development branch are built. Other steps (Node 22.x matrix,
actions/checkout@v4, actions/setup-node@v4, npm ci / build / test) are
already current.
@eGovFrameSupport
Copy link
Copy Markdown
Contributor

컨트리뷰션 PR은 버전 브랜치가 아닌 main 대상으로 추가 바랍니다.

@dasomel dasomel changed the base branch from 5.0.x to main May 26, 2026 15:53
@dasomel dasomel changed the title [chore][5.0.x] Node.js CI 워크플로 5.0.x 브랜치 트리거 추가 [chore] Node.js CI 워크플로 5.0.x 브랜치 트리거 추가 May 26, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants