Skip to content

Commit cd3296f

Browse files
mtfishmanclaude
andauthored
Use the release-* glob in the Registrator trigger (#378)
## Summary This branch's `Registrator.yml` carried an explicit `release-0.21` entry (added in #376) so version bumps here register automatically. The rest of the org now uses a `release-*` glob that covers any maintenance branch, so this swaps the literal entry for the glob to match. No behavior change on this branch, since it only ever sees pushes to `release-0.21`. Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent 765f7cb commit cd3296f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/Registrator.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
branches:
66
- "master"
77
- "main"
8-
- "release-0.21"
8+
- "release-*"
99
paths:
1010
- "Project.toml"
1111
issue_comment:

0 commit comments

Comments
 (0)