From 1ad75e3a90b3196d9f5bb4126b5f9635c3b748e4 Mon Sep 17 00:00:00 2001 From: H Date: Thu, 10 Oct 2024 17:52:50 +0900 Subject: [PATCH] =?UTF-8?q?chore:=20prod=20=EB=B0=B0=ED=8F=AC=20=EB=90=98?= =?UTF-8?q?=EB=8F=84=EB=A1=9D=20=ED=8A=B8=EB=A6=AC=EA=B1=B0=20=EB=8B=A4?= =?UTF-8?q?=EC=8B=9C=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/backend-cd-prod.yml | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/.github/workflows/backend-cd-prod.yml b/.github/workflows/backend-cd-prod.yml index d11d29647..0ed8556a1 100644 --- a/.github/workflows/backend-cd-prod.yml +++ b/.github/workflows/backend-cd-prod.yml @@ -1,11 +1,13 @@ name: backend-cd-prod on: - pull_request: - branches: - - 'release-be/**' - types: - - closed + push: + - feature/646 +# pull_request: +# branches: +# - 'release-be/**' +# types: +# - closed env: DOCKERHUB_REPOSITORY: ody-official @@ -13,7 +15,7 @@ env: jobs: build-and-push: - if: github.event.pull_request.merged == true +# if: github.event.pull_request.merged == true runs-on: ubuntu-latest defaults: @@ -22,8 +24,8 @@ jobs: steps: - uses: actions/checkout@v4 - with: - ref: main +# with: +# ref: main - name: Set up JDK 17 uses: actions/setup-java@v4