From 35703def7edb2f166f2fd4126c78b64fc6a029a4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EC=95=88=EC=A0=95=ED=9B=84?= Date: Sat, 5 Oct 2024 17:54:34 +0900 Subject: [PATCH] test: deploy fix branch --- .github/workflows/cd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 5fb1e09..784f53f 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -2,7 +2,7 @@ name: Backend CD # actions 이름 on: push: - branches: [ feature/#21 ] + branches: [ fix/#28 ] jobs: deploy: