Skip to content

Commit c05d7d5

Browse files
authored
infra: Update dev.yml
1 parent 225a107 commit c05d7d5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/dev.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: git push into another repo to deploy to vercel
22

33
on:
44
push:
5-
branches: [dev]
5+
branches: dev
66

77
jobs:
88
build:
@@ -25,6 +25,6 @@ jobs:
2525
destination-repository-name: dasom-web-frontend
2626
user-email: ${{ secrets.HYEON_ACCOUNT_EMAIL }}
2727
commit-message: ${{ github.event.commits[0].message }}
28-
target-branch: main
28+
target-branch: dev
2929
- name: Test get variable exported by push-to-another-repository
3030
run: echo $DESTINATION_CLONED_DIRECTORY

0 commit comments

Comments
 (0)