From f8f359c8e6beb2b3df64185834b87d47aadd991b Mon Sep 17 00:00:00 2001 From: shinheekim Date: Thu, 26 Dec 2024 17:56:50 +0900 Subject: [PATCH] =?UTF-8?q?[#80]=20test:=20deploy=20test=20=EC=A7=84?= =?UTF-8?q?=ED=96=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/itcast-build-and-deploy.yml | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/.github/workflows/itcast-build-and-deploy.yml b/.github/workflows/itcast-build-and-deploy.yml index cba23e9..8f50184 100644 --- a/.github/workflows/itcast-build-and-deploy.yml +++ b/.github/workflows/itcast-build-and-deploy.yml @@ -1,16 +1,12 @@ name: BuildAndDeploys on: - workflow_run: - workflows: ["BuildAndTest"] - types: - - completed + push: + branches: + - issue/** jobs: deploy: - if: > - github.event.workflow_run.conclusion == 'success' && - github.event.workflow_run.event == 'push' runs-on: ubuntu-latest permissions: contents: read