ci: main 푸시 시 CI 중복 실행 제거(Deploy만) — 배포 시간 단축
CI / build (push) Failing after 13m44s

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
ByungCheol
2026-06-28 09:22:44 +09:00
parent f130d53f62
commit 93e06c9475
+2 -1
View File
@@ -1,8 +1,9 @@
name: CI name: CI
on: on:
# main 은 Deploy(clean build=테스트 포함)가 게이트 역할을 하므로 CI 중복 실행 제외(배포 시간 단축).
push: push:
branches: [main, dev] branches: [dev]
pull_request: pull_request:
branches: [main, dev] branches: [main, dev]