Skip to content

Commit 52d2be6

Browse files
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

File tree

.github/workflows/Registrator.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on:
55
branches:
66
- "master"
77
- "main"
8+
- "release-*"
89
paths:
910
- "Project.toml"
1011
issue_comment:

0 commit comments

Comments
 (0)