Skip to content

Commit

Permalink
Delete autopush branches after merge success
Browse files Browse the repository at this point in the history
  • Loading branch information
cbrxyz committed Aug 25, 2024
1 parent 3d74a48 commit 0a5df90
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/autopush.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -96,3 +96,4 @@ jobs:
git branch
git merge --ff-only ${{ github.event.ref }}
git push
git push -d origin ${{ github.event.ref }}

0 comments on commit 0a5df90

Please sign in to comment.