We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8be3a70 + 66392b8 commit 6c9932fCopy full SHA for 6c9932f
.github/workflows/release.yml
@@ -39,3 +39,8 @@ jobs:
39
prerelease: false
40
env:
41
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
42
+
43
+ - name: Lösche Branch nach Merge
44
+ if: github.ref == 'refs/heads/master'
45
+ run: |
46
+ git push origin --delete ${{ github.head_ref }}
0 commit comments