Skip to content

Commit

Permalink
chore: set sync with next branch
Browse files Browse the repository at this point in the history
  • Loading branch information
preda-bogdan committed Jul 19, 2023
1 parent 894227b commit 4b4aeb1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/neve-sync-branches.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ jobs:
from_branch: master
target_branch: development
github_token: ${{ secrets.BOT_TOKEN }}
- name: Merge development -> 3-7
- name: Merge development -> next
if: ${{ steps.retrieve-branch-name.outputs.branch_name == 'development' }}
uses: Codeinwp/merge-branch@master
with:
type: now
from_branch: development
target_branch: new/3-7
target_branch: new/next
github_token: ${{ secrets.BOT_TOKEN }}

0 comments on commit 4b4aeb1

Please sign in to comment.