diff --git a/.github/workflows/autopush.yaml b/.github/workflows/autopush.yaml index 824f4e2df..b5f1e51f1 100644 --- a/.github/workflows/autopush.yaml +++ b/.github/workflows/autopush.yaml @@ -96,3 +96,4 @@ jobs: git branch git merge --ff-only ${{ github.event.ref }} git push + git push -d origin ${{ github.event.ref }}