From b4cf870c448aab2a9327c86f83390793d7bb0e7b Mon Sep 17 00:00:00 2001 From: Imnotcoderdude Date: Mon, 24 Feb 2025 15:37:01 +0900 Subject: [PATCH] =?UTF-8?q?=F0=9F=A9=B9=20fix=20:=20pr=20merge=20=ED=8A=B8?= =?UTF-8?q?=EB=A6=AC=EA=B1=B0=EB=A1=9C=20=EC=9E=91=EB=8F=99=EB=90=98?= =?UTF-8?q?=EA=B2=8C=EB=81=94=20=EC=84=A4=EC=A0=95.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/deploy.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index a8e9662..1447b85 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -1,15 +1,14 @@ name: backend on: - push: - branches: - - release pull_request: + types: [ closed ] branches: - dev jobs: build-and-test: + if: github.event.pull_request.merged == true runs-on: ubuntu-latest steps: - name: Checkout code