Skip to content

Commit 8ea122f

Browse files
authored
Update trigger for gitsplit workflow (#562)
The gitsplit workflow trigger has been updated from running on any tag push and release publication to running only on push to any branch ending in ".x". This should create a more targeted and efficient workflow.
1 parent ce907ef commit 8ea122f

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/gitsplit.yml

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

97
jobs:
108
gitsplit:

0 commit comments

Comments
 (0)