diff --git a/.github/workflows/neve-sync-branches.yml b/.github/workflows/neve-sync-branches.yml index e189661811..bd3c4e26f5 100644 --- a/.github/workflows/neve-sync-branches.yml +++ b/.github/workflows/neve-sync-branches.yml @@ -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 }}