Skip to content

Commit 524b102

Browse files
committed
Execute split on release type "published"
1 parent 7ba4535 commit 524b102

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/gitsplit.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
name: gitsplit
22
on:
33
push:
4+
branches:
5+
- "*.x"
46
tags:
57
- '*'
6-
release:
7-
types: [published]
88

99
env:
1010
GITHUB_TOKEN: ${{ secrets.GITSPLIT_TOKEN }}

0 commit comments

Comments
 (0)