From bf9b12254f342911f2a3369c9c614859995e07b1 Mon Sep 17 00:00:00 2001 From: Guri999 <116724657+Guri999@users.noreply.github.com> Date: Mon, 13 Jan 2025 14:20:15 +0900 Subject: [PATCH] =?UTF-8?q?Test:=20=EC=9E=84=EC=8B=9C=EB=A1=9C=20dev=20->?= =?UTF-8?q?=20main=20=EB=B3=80=EA=B2=BD;?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/dev-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dev-test.yml b/.github/workflows/dev-test.yml index 9aaf450..d4dcbc0 100644 --- a/.github/workflows/dev-test.yml +++ b/.github/workflows/dev-test.yml @@ -2,7 +2,7 @@ name: Unit Test on: pull_request: - branches: [ "dev" ] + branches: [ "main" ] jobs: unit_test: