Skip to content

Commit

Permalink
Update deploy-develop.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
hyeoksuJ authored Nov 9, 2024
1 parent e1a945c commit c8d72f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-develop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Sync forked repo for deploy

on:
push:
branches: [dev]
branches: [develop]

jobs:
build:
Expand All @@ -25,6 +25,6 @@ jobs:
destination-repository-name: Coworkers
user-email: ${{ secrets.HYEOKSU_ACCOUNT_EMAIL }}
commit-message: ${{ github.event.commits[0].message }}
target-branch: dev
target-branch: develop
- name: Test get variable exported by push-to-another-repository
run: echo $DESTINATION_CLONED_DIRECTORY

0 comments on commit c8d72f2

Please sign in to comment.