Skip to content

Commit

Permalink
chore: update sync-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
c0rtexR committed Oct 18, 2024
1 parent b49f124 commit 239240f
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/sync-dev-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,10 @@ jobs:
git fetch --all
git fetch --tags
- name: Update main branch
- name: Sync development to main
run: |
git checkout main
git reset --hard origin/main
git merge --ff-only origin/development
git merge origin/development --no-ff -m "Merge development into main"
git push origin main
- name: Handle merge conflicts
Expand Down

0 comments on commit 239240f

Please sign in to comment.