From d38e43cae765d8f4fc48352a68667deb4797006c Mon Sep 17 00:00:00 2001 From: shinheekim Date: Thu, 26 Dec 2024 17:56:13 +0900 Subject: [PATCH] =?UTF-8?q?Revert=20"[#80]=20test:=20deploy=20test=20?= =?UTF-8?q?=EC=A7=84=ED=96=89"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit e00974e1d77690564a05b54e2e176b685b97a6f9. --- .github/workflows/itcast-build-and-deploy.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/itcast-build-and-deploy.yml b/.github/workflows/itcast-build-and-deploy.yml index 01d07e6e..cba23e97 100644 --- a/.github/workflows/itcast-build-and-deploy.yml +++ b/.github/workflows/itcast-build-and-deploy.yml @@ -1,9 +1,10 @@ name: BuildAndDeploys on: - push: - branches: - - issue/** + workflow_run: + workflows: ["BuildAndTest"] + types: + - completed jobs: deploy: