From cde8407275636baa8ef2201c3c64114e65e43ae7 Mon Sep 17 00:00:00 2001 From: shinheekim Date: Tue, 24 Dec 2024 20:42:54 +0900 Subject: [PATCH] =?UTF-8?q?[#80]=20chore:=20CD=20Test=20-=20if=EB=AC=B8=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 | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/.github/workflows/itcast-build-and-deploy.yml b/.github/workflows/itcast-build-and-deploy.yml index 79772bd1..4177446c 100644 --- a/.github/workflows/itcast-build-and-deploy.yml +++ b/.github/workflows/itcast-build-and-deploy.yml @@ -1,18 +1,15 @@ name: BuildAndDeploys on: - push: - branches: - - main - - issue/** - pull_request: - branches: - - main - - issue/** + workflow_run: + workflows: ["BuildAndTest"] + types: + - completed jobs: deploy: + if: github.run_conclusion == 'success' runs-on: ubuntu-latest permissions: contents: read