Skip to content

Commit

Permalink
Update sync-main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
caendesilva committed Dec 26, 2023
1 parent da7b0b5 commit 873a2db
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/sync-main.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# In order to use the development branch in Composer without versioning issues, we need a branch called main
# In order to use the development branch in Composer without versioning issues, we need a branch called main,
# as it thinks the default branch is an invalid version constraint, and we can't rename the default branch
# without losing fork syncing functionality. So this workflow mirrors the default branch to the main
# branch which is readonly and used for Composer.
# without losing fork syncing functionality. So this workflow mirrors the default branch to the main one.

name: Sync main branch

Expand All @@ -20,7 +19,7 @@ jobs:
- uses: actions/checkout@v3

- name: Merge into Release
uses: devmasx/merge-branch@v1.4
uses: devmasx/merge-branch@v1
with:
type: now
from_branch: 2.x
Expand Down

0 comments on commit 873a2db

Please sign in to comment.