From 0dd0b0daf486ad4f45fbf0118d2fc35ab375fe9c Mon Sep 17 00:00:00 2001 From: kimjihye Date: Thu, 19 Dec 2024 21:34:49 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20build-and-deploy=EA=B0=80=20=EB=B3=B4?= =?UTF-8?q?=EC=9D=B4=EC=A7=80=20=EC=95=8A=EB=8A=94=20=EB=AC=B8=EC=A0=9C=20?= =?UTF-8?q?=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/itcast-build-and-deploy.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/itcast-build-and-deploy.yml b/.github/workflows/itcast-build-and-deploy.yml index 02724c2d..7c21c5fc 100644 --- a/.github/workflows/itcast-build-and-deploy.yml +++ b/.github/workflows/itcast-build-and-deploy.yml @@ -2,9 +2,8 @@ name: ItcastBuildAndDeploy on: workflow_run: - workflows: [ItcastBuildAndTest] - types: - - completed + workflows: ["ItcastBuildAndTest"] + types: [completed] jobs: deploy: