From b2ca0830b3c2407afb1ccc8fb211f7346801a4ad Mon Sep 17 00:00:00 2001 From: jhan0121 Date: Sat, 27 Dec 2025 00:28:02 +0900 Subject: [PATCH] =?UTF-8?q?test:=20CI=20=EB=8C=80=EC=83=81=20branch=20?= =?UTF-8?q?=EC=84=A4=EC=A0=95=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/test_coverage.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/test_coverage.yml b/.github/workflows/test_coverage.yml index 70916cc..d7da34a 100644 --- a/.github/workflows/test_coverage.yml +++ b/.github/workflows/test_coverage.yml @@ -4,6 +4,8 @@ on: pull_request: types: [ opened, synchronize, reopened ] + branches: + - 'be/**' jobs: Build-And-Test: