From 335bf92b5c9a6cede23c2cf7f86fb1b44056e983 Mon Sep 17 00:00:00 2001 From: BangDori Date: Wed, 10 Apr 2024 03:34:06 +0900 Subject: [PATCH] =?UTF-8?q?test:=20deploy=20+=20setup=20action=20=EC=98=A4?= =?UTF-8?q?=ED=83=80=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index fab7118..a2242b0 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -2,7 +2,7 @@ name: Continuous Deployment on: pull_request: - branches: ['feature/PW-249-cicd'] + branches: ['develop'] push: branches: ['develop'] workflow_dispatch: