Merge branch 'dev'
Deploy / deploy (push) Failing after 13m40s

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