Skip to content

Commit

Permalink
test: auto merge 파일 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
psangwon62 authored Nov 8, 2024
1 parent 8df574e commit b002c4b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/merge-to-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,12 @@ jobs:
uses: actions/checkout@v3

- name: Fetch all branches
run: git fetch origin +refs/heads/*:refs/remotes/origin/*
run: git fetch origin +refs/heads/*:refs/remotes/origin/dev

- name: Merge dev to main
run: |
git fetch origin
git checkout main
git pull origin main
git merge origin/dev --no-ff --no-edit
git push origin main

0 comments on commit b002c4b

Please sign in to comment.