From f34aae2fbdf123deb046ab5f3e68e00d17f0c4b6 Mon Sep 17 00:00:00 2001 From: mzeong Date: Fri, 3 Jan 2025 15:26:49 +0900 Subject: [PATCH] =?UTF-8?q?chore:=20=EA=B0=9C=EB=B0=9C=20=EC=84=9C?= =?UTF-8?q?=EB=B2=84=20cd=20=EC=B2=B4=ED=81=AC=EC=95=84=EC=9B=83=20?= =?UTF-8?q?=EB=B8=8C=EB=9E=9C=EC=B9=98=20=EB=B3=B5=EA=B5=AC=20(#940)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/backend-cd-dev.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/backend-cd-dev.yml b/.github/workflows/backend-cd-dev.yml index 0830e576a..dc84e960a 100644 --- a/.github/workflows/backend-cd-dev.yml +++ b/.github/workflows/backend-cd-dev.yml @@ -22,7 +22,7 @@ jobs: steps: - uses: actions/checkout@v4 with: - ref: feature/927 + ref: develop - name: Set up JDK 17 uses: actions/setup-java@v4