From 347e6c7d02cb8849536048eab81d18d2a1bc9fcf Mon Sep 17 00:00:00 2001 From: MinSeok Kim Date: Fri, 29 Nov 2024 12:03:28 +0900 Subject: [PATCH] =?UTF-8?q?docs:=20develop=20=EB=B8=8C=EB=9E=9C=EC=B9=98?= =?UTF-8?q?=20=EC=9E=90=EB=8F=99=20=EB=B9=8C=EB=93=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/autoBuild.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/autoBuild.yml b/.github/workflows/autoBuild.yml index bed1390..a0af8b6 100644 --- a/.github/workflows/autoBuild.yml +++ b/.github/workflows/autoBuild.yml @@ -2,7 +2,7 @@ name: git push into another repo to deploy to vercel on: push: - branches: [main] + branches: [develop] jobs: build: @@ -25,6 +25,6 @@ jobs: destination-repository-name: Q-Feed-WEB user-email: ${{ secrets.OFFICIAL_ACCOUNT_EMAIL }} commit-message: ${{ github.event.commits[0].message }} - target-branch: main + target-branch: develop - name: Test get variable exported by push-to-another-repository run: echo $DESTINATION_CLONED_DIRECTORY