From c9b58f4ad0430af01f8dd70c9153860ec44f0d5c Mon Sep 17 00:00:00 2001 From: ByungCheol Date: Sun, 28 Jun 2026 09:22:48 +0900 Subject: [PATCH] =?UTF-8?q?ci:=20main=20=ED=91=B8=EC=8B=9C=20=EC=8B=9C=20C?= =?UTF-8?q?I=20=EC=A4=91=EB=B3=B5=20=EC=8B=A4=ED=96=89=20=EC=A0=9C?= =?UTF-8?q?=EA=B1=B0(Deploy=EB=A7=8C)=20=E2=80=94=20=EB=B0=B0=ED=8F=AC=20?= =?UTF-8?q?=EC=8B=9C=EA=B0=84=20=EB=8B=A8=EC=B6=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Opus 4.8 --- .gitea/workflows/ci.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index 402137e..8059c60 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -1,8 +1,9 @@ name: CI on: + # main 은 Deploy 워크플로가 테스트+빌드를 수행하므로 CI 중복 실행 제외(배포 시간 단축). push: - branches: [main, dev] + branches: [dev] pull_request: branches: [main, dev]