From 85fbac70574fef86fab6932cda958a05d942173f Mon Sep 17 00:00:00 2001 From: hyoseong-Choi Date: Tue, 11 Feb 2025 10:01:24 +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?=ED=83=80=EC=9E=85=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 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/CD.yml b/.github/workflows/CD.yml index ec9316c5..a3fb3932 100644 --- a/.github/workflows/CD.yml +++ b/.github/workflows/CD.yml @@ -3,7 +3,8 @@ name: CD for front using github actions on: release: - types: [created, edited] + types: [created, edited, published, released, prereleased] + permissions: contents: read