Skip to content

Commit

Permalink
ci: first merge all
Browse files Browse the repository at this point in the history
  • Loading branch information
cskiwi authored Mar 6, 2024
1 parent 68b59fc commit aee53e9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main-v2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ jobs:
- name: Merge develop in to main
run: |
# Merge develop into main
git fetch --all -v
git merge --no-ff origin/develop -m "Merging develop into main"
git push origin main
Expand Down

0 comments on commit aee53e9

Please sign in to comment.