From fa282fa49c179f731205c1bb75f2c33ceb8de31c Mon Sep 17 00:00:00 2001 From: y-minion Date: Tue, 25 Nov 2025 20:21:00 +0900 Subject: [PATCH] =?UTF-8?q?ci=20=ED=8A=B8=EB=A6=AC=EA=B1=B0=20=EB=B2=94?= =?UTF-8?q?=EC=9C=84=20=EC=A1=B0=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8435939..62071a3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,7 +7,7 @@ on: branches: ["main", "develop"] push: - branches: ["main", "develop", "feature/*"] + branches: ["feature/*"] # 실행될 작업(Job)들 jobs: