From e021cb3207b36064069a428d3d0083973390ab4c Mon Sep 17 00:00:00 2001 From: Yejin Shin Date: Thu, 9 Jan 2025 09:24:48 +0900 Subject: [PATCH] =?UTF-8?q?[YAF-45]=20develop=20=EB=B8=8C=EB=9E=9C?= =?UTF-8?q?=EC=B9=98=20=ED=91=B8=EC=8B=9C=20=EC=8B=9C=20GitHub=20Actions?= =?UTF-8?q?=20=ED=8A=B8=EB=A6=AC=EA=B1=B0=EB=90=98=EB=8F=84=EB=A1=9D=20?= =?UTF-8?q?=EC=84=A4=EC=A0=95=20(#2)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit chore: modify github actions workflow to trigger events when pushed to develop branch YAF-45 --- .github/workflows/dev-deployment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dev-deployment.yml b/.github/workflows/dev-deployment.yml index 25fe181..10c255a 100644 --- a/.github/workflows/dev-deployment.yml +++ b/.github/workflows/dev-deployment.yml @@ -2,7 +2,7 @@ name: Dev Deployment on: push: - branches: [ feature/deploy ] + branches: [ develop ] paths: - "src/**"