Skip to content

Commit 6c9932f

Browse files
authored
Merge pull request #7 from Lxca128/Delete-branche-after-merging
Delete branche after merging
2 parents 8be3a70 + 66392b8 commit 6c9932f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/release.yml

+5
Original file line numberDiff line numberDiff line change
@@ -39,3 +39,8 @@ jobs:
3939
prerelease: false
4040
env:
4141
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

Comments
 (0)