From 3e56e54b3d0d97b7126ba45385ecb2f09c0f88b3 Mon Sep 17 00:00:00 2001 From: dudxo Date: Tue, 14 Jan 2025 20:52:34 +0900 Subject: [PATCH] =?UTF-8?q?[chore=20#191]=20=EC=9D=B8=EC=A6=9D/=EC=9D=B8?= =?UTF-8?q?=EA=B0=80=20=EC=9E=84=EC=8B=9C=20=EB=A1=9C=EA=B7=B8=20=EC=B6=94?= =?UTF-8?q?=EA=B0=80=EB=A5=BC=20=EC=9C=84=ED=95=9C=20CD=20=EC=8A=A4?= =?UTF-8?q?=ED=81=AC=EB=A6=BD=ED=8A=B8=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/cd_dev.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/cd_dev.yml b/.github/workflows/cd_dev.yml index 8d6b2b1b..7129dc83 100644 --- a/.github/workflows/cd_dev.yml +++ b/.github/workflows/cd_dev.yml @@ -2,7 +2,9 @@ name: Dev Server Deploy on: push: - branches: ["dev"] + branches: [ "dev" ] + pull_request: + branches: [ "dev" ] permissions: contents: read