From b70830bd0ffbe2d6cbce839f592d8f768e39639a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EC=9D=B4=EB=8F=99=ED=9B=88?= <2dh2@naver.com> Date: Tue, 14 Apr 2026 14:30:50 +0900 Subject: [PATCH] =?UTF-8?q?chore:=20PR=20=EC=BB=A4=EB=B2=84=EB=A6=AC?= =?UTF-8?q?=EC=A7=80=20=EC=9B=8C=ED=81=AC=ED=94=8C=EB=A1=9C=20=EB=B8=8C?= =?UTF-8?q?=EB=9E=9C=EC=B9=98=20=EC=A1=B0=EA=B1=B4=20=EC=A0=9C=EA=B1=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/pr-coverage.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/pr-coverage.yml b/.github/workflows/pr-coverage.yml index d0b10db1d..2989d0882 100644 --- a/.github/workflows/pr-coverage.yml +++ b/.github/workflows/pr-coverage.yml @@ -2,7 +2,6 @@ name: PR Coverage Check on: pull_request_target: - branches: [develop, main] paths: - 'src/main/java/**/*.java' - 'src/test/java/**/*.java'