From 29870038519f6e6e47d18f90379dcc26f6e519c0 Mon Sep 17 00:00:00 2001 From: yujamint Date: Fri, 28 Jun 2024 10:14:08 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20trigger=20=EB=B8=8C=EB=9E=9C=EC=B9=98=20?= =?UTF-8?q?=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/deploy.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index 5bff3a9..876f770 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -2,7 +2,7 @@ name: deploy on: push: - branches: [refactor/cd-flow] + branches: [dev] jobs: deploy: