From 335b215386c7ca53a64661cf3fd2c86ab2e77ed9 Mon Sep 17 00:00:00 2001 From: jhan0121 Date: Sun, 11 Jan 2026 17:34:44 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20=ED=85=8C=EC=8A=A4=ED=8A=B8=20=EA=B2=80?= =?UTF-8?q?=EC=A6=9D=20=EC=8A=A4=ED=81=AC=EB=A6=BD=ED=8A=B8=20=EC=88=98?= =?UTF-8?q?=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/test-validation.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/test-validation.yml b/.github/workflows/test-validation.yml index e2f21d4..7f1f5da 100644 --- a/.github/workflows/test-validation.yml +++ b/.github/workflows/test-validation.yml @@ -2,10 +2,8 @@ name: Test & Build Validation on: pull_request: - branches: - - dev - - prod - push: + types: + [ opened, synchronize, reopened ] branches: - dev - prod