Merge branch 'dev'
Deploy / deploy (push) Failing after 11m53s

This commit is contained in:
ByungCheol
2026-06-28 09:22:46 +09:00
+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]