From 118abe1d0a5765c4731a1ce17f1d3920746d822a Mon Sep 17 00:00:00 2001 From: shinheekim Date: Tue, 24 Dec 2024 20:32:30 +0900 Subject: [PATCH] [#80] chore: CD TEST --- .github/workflows/itcast-build-and-deploy.yml | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/.github/workflows/itcast-build-and-deploy.yml b/.github/workflows/itcast-build-and-deploy.yml index 96d3ef52..79772bd1 100644 --- a/.github/workflows/itcast-build-and-deploy.yml +++ b/.github/workflows/itcast-build-and-deploy.yml @@ -1,17 +1,18 @@ name: BuildAndDeploys on: - workflow_run: - workflows: ["BuildAndTest"] - types: - - completed + push: + branches: + - main + - issue/** + pull_request: + branches: + - main + - issue/** jobs: deploy: - if: > - (github.event_name == 'push' || github.event_name == 'pull_request') && - github.run_conclusion == 'success' runs-on: ubuntu-latest permissions: contents: read