From 3767457a3b64020b48e20b6cfee26a97e64458d6 Mon Sep 17 00:00:00 2001 From: hyoseong-Choi Date: Tue, 11 Feb 2025 09:25:10 +0900 Subject: [PATCH] =?UTF-8?q?:rocket:=20[cicd]=20:=20CD=EC=9B=8C=ED=81=AC?= =?UTF-8?q?=ED=94=8C=EB=A1=9C=EC=9A=B0=20=EB=A6=B4=EB=A6=AC=EC=A6=88=20?= =?UTF-8?q?=EC=88=98=EC=A0=95=EC=97=90=EB=8F=84=20=EB=8F=99=EC=9E=91?= =?UTF-8?q?=ED=95=98=EB=8F=84=EB=A1=9D=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .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 d0e42b55..ec9316c5 100644 --- a/.github/workflows/CD.yml +++ b/.github/workflows/CD.yml @@ -3,7 +3,7 @@ name: CD for front using github actions on: release: - types: [created] + types: [created, edited] permissions: contents: read