Skip to content

Commit

Permalink
Update sync action
Browse files Browse the repository at this point in the history
  • Loading branch information
HardeepAsrani committed Jul 13, 2024
1 parent b76ec67 commit 79f16d6
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/sync-branches.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,3 @@ jobs:
from_branch: master
target_branch: development
github_token: ${{ secrets.BOT_TOKEN }}
- 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: next
github_token: ${{ secrets.BOT_TOKEN }}

0 comments on commit 79f16d6

Please sign in to comment.