Skip to content

Commit 7ba4535

Browse files
authored
Execute split on release type "published" (#454)
1 parent ba266f9 commit 7ba4535

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/gitsplit.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ on:
33
push:
44
tags:
55
- '*'
6+
release:
7+
types: [published]
68

79
env:
810
GITHUB_TOKEN: ${{ secrets.GITSPLIT_TOKEN }}

0 commit comments

Comments
 (0)