Commit 52d2be6
authored
[PATCH] Auto-register from release branches via a release-* push trigger (#377)
## Summary
- Adds a `release-*` glob to the `push.branches` list in
`Registrator.yml` so version-bumping merges to a maintenance branch
(e.g. `release-0.21`) auto-register, just like merges to
`main`/`master`.
- The reusable Registrator workflow is branch-agnostic and validates the
bump against the pushed commit, so only the local caller's trigger needs
widening.
- The existing `paths: [Project.toml]` guard still applies, so only
version-bumping pushes register; incidental pushes to a release branch
do nothing.
Co-authored-by: ITensorBot <278814285+ITensorBot@users.noreply.github.com>1 parent 98dc669 commit 52d2be6
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
8 | 9 | | |
9 | 10 | | |
10 | 11 | | |
| |||
0 commit comments