ci/supportedBranches: export split()

This commit is contained in:
Michael Daniels 2026-01-17 19:39:29 -05:00
parent 015d12a416
commit 82d83c564c
No known key found for this signature in database

View file

@ -44,7 +44,7 @@ function classify(branch) {
}
}
module.exports = { classify }
module.exports = { classify, split }
// If called directly via CLI, runs the following tests:
if (!module.parent) {