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 b002c4b commit 15a7c52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/merge-to-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
uses: actions/checkout@v3

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

- name: Merge dev to main
run: |
Expand Down

0 comments on commit 15a7c52

Please sign in to comment.