From ad6ba3accf4f585a124184e06e705163277896d5 Mon Sep 17 00:00:00 2001 From: Zepelown Date: Fri, 20 Dec 2024 22:43:29 +0900 Subject: [PATCH] =?UTF-8?q?refactor:=20deploy=20=ED=8A=B9=EC=A0=95=20?= =?UTF-8?q?=EB=B8=8C=EB=9E=9C=EC=B9=98=EA=B0=80=20=EB=90=98=EB=8F=84?= =?UTF-8?q?=EB=A1=9D=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build.yml | 2 +- .github/workflows/deploy.yml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index eed408c..9900c3c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -42,7 +42,7 @@ jobs: - name: Build with Gradle run: | cd wabi - ./gradlew clean build -x test + ./gradlew clean build - name: Docker build and push run: | diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 638b3a5..d944e2d 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -8,6 +8,7 @@ on: jobs: deploy: + if: startsWith(github.event.workflow_run.head_branch, 'Fix/#58') runs-on: ubuntu-latest steps: