Skip to content

Commit

Permalink
Update trigger for gitsplit workflow (#562)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
Spomky authored Apr 24, 2024
1 parent ce907ef commit 8ea122f
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/gitsplit.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
name: gitsplit
on:
push:
tags:
- '*'
release:
types: [published]
branches:
- "*.x"

jobs:
gitsplit:
Expand Down

0 comments on commit 8ea122f

Please sign in to comment.