Compare commits

..

2 Commits

Author SHA1 Message Date
ByungCheol 3f809b80bb Merge branch 'dev'
Deploy / deploy (push) Failing after 13m40s
2026-06-28 09:22:51 +09:00
ByungCheol c9b58f4ad0 ci: main 푸시 시 CI 중복 실행 제거(Deploy만) — 배포 시간 단축
CI / build (push) Successful in 38s
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-28 09:22:48 +09:00
+2 -1
View File
@@ -1,8 +1,9 @@
name: CI
on:
# main 은 Deploy 워크플로가 테스트+빌드를 수행하므로 CI 중복 실행 제외(배포 시간 단축).
push:
branches: [main, dev]
branches: [dev]
pull_request:
branches: [main, dev]