Skip to content

Commit

Permalink
docs: develop 브랜치 자동 빌드
Browse files Browse the repository at this point in the history
  • Loading branch information
se0kcess committed Nov 29, 2024
1 parent 20fcb68 commit 347e6c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/autoBuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: git push into another repo to deploy to vercel

on:
push:
branches: [main]
branches: [develop]

jobs:
build:
Expand All @@ -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

0 comments on commit 347e6c7

Please sign in to comment.