From c22d50a712b69f75d452241e60354ed254e82450 Mon Sep 17 00:00:00 2001 From: joohyun Date: Fri, 26 Apr 2024 17:17:13 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20=EB=B0=B0=ED=8F=AC=ED=99=98=EA=B2=BD=20y?= =?UTF-8?q?ml=ED=8C=8C=EC=9D=BC=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/cicd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index 64d263b..89565df 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -2,7 +2,7 @@ name: CI / CD on: push: - branches: [ "master" ] + branches: [ "develop" ] jobs: ci-cd: