From 81ad2d93f784ea2f32d5b0a58f1329bb777212af Mon Sep 17 00:00:00 2001 From: shinheekim Date: Mon, 23 Dec 2024 04:13:03 +0900 Subject: [PATCH] =?UTF-8?q?[#80]=20chore:=20=EA=B3=B5=EB=B0=B1=20=EC=88=98?= =?UTF-8?q?=EC=A0=95=20=EB=B0=8F=20=ED=8A=B8=EB=A6=AC=EA=B1=B0=20=EC=88=98?= =?UTF-8?q?=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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/itcast-build-and-deploy.yml b/.github/workflows/itcast-build-and-deploy.yml index 45d3f1c3..e1e737cc 100644 --- a/.github/workflows/itcast-build-and-deploy.yml +++ b/.github/workflows/itcast-build-and-deploy.yml @@ -3,7 +3,7 @@ name: ItcastBuildAndDeploys # workflow 이름 # CI workflow 완료 시 트리거 on: workflow_run: - workflows: [ "ItcastBuildAndTests" ] + workflows: ["ItcastBuildAndTests"] types: - completed @@ -12,7 +12,7 @@ jobs: # 조건 : CI가 통과해야하고 트리거는 push여야 한다. if: > - github.event.workflow_run.conclusion == 'success' && + github.event.workflow_run.conclusion == 'success' || github.event.workflow_run.event == 'push' runs-on: ubuntu-latest permissions: