From 2d4c57fcda03c31e343baf46866d55d08078775d Mon Sep 17 00:00:00 2001 From: daaoooy Date: Sun, 30 Nov 2025 03:59:13 +0900 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=9A=20Branch=EC=97=90=20release=20?= =?UTF-8?q?=EB=B8=8C=EB=9E=9C=EC=B9=98=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/ci-cd.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index 3c2617b..905cfbd 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -9,6 +9,7 @@ on: - "fix/**" - "refactor/**" - "style/**" + - "release/**" pull_request: branches: - develop