From bc8ed59375f730c0aa83c362d4c136da54332970 Mon Sep 17 00:00:00 2001 From: itsme-shawn Date: Wed, 31 Jan 2024 03:27:56 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20branches=20=EC=97=90=20=EB=94=B0?= =?UTF-8?q?=EC=98=B4=ED=91=9C=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/action.yml b/.github/workflows/action.yml index c9a7675..d57fbbc 100644 --- a/.github/workflows/action.yml +++ b/.github/workflows/action.yml @@ -3,8 +3,8 @@ name: CI on: push: branches: - - main - - dev + - 'main' + - 'dev' jobs: build: