From c46120da78358532c961ae6c2ddc8b134ed0c623 Mon Sep 17 00:00:00 2001 From: Yeonsoo Kang <90603399+Kang1221@users.noreply.github.com> Date: Sun, 8 Sep 2024 15:06:11 +0900 Subject: [PATCH] Update gradle.yml --- .github/workflows/gradle.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/gradle.yml b/.github/workflows/gradle.yml index 7e93f551..ce06a1e7 100644 --- a/.github/workflows/gradle.yml +++ b/.github/workflows/gradle.yml @@ -67,7 +67,7 @@ jobs: deploy_staging: runs-on: ubuntu-latest needs: build - if: github.ref == 'refs/heads/deploy' + if: github.ref == 'refs/heads/develop' steps: - name: Checkout uses: actions/checkout@v3