From 852a52213899a360e1feb85a36cefc94c98d5c08 Mon Sep 17 00:00:00 2001 From: Matthew Fishman Date: Mon, 1 Jun 2026 12:39:59 -0400 Subject: [PATCH] Use the release-* glob in the Registrator trigger This branch's Registrator.yml carried an explicit release-0.21 entry from #376. The rest of the org now uses a release-* glob that covers any maintenance branch, so swap the literal entry for the glob to match. No behavior change here, since this branch only ever sees pushes to release-0.21. Co-Authored-By: Claude Opus 4.8 (1M context) --- .github/workflows/Registrator.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/Registrator.yml b/.github/workflows/Registrator.yml index 7bf8be2b..1b0aed38 100644 --- a/.github/workflows/Registrator.yml +++ b/.github/workflows/Registrator.yml @@ -5,7 +5,7 @@ on: branches: - "master" - "main" - - "release-0.21" + - "release-*" paths: - "Project.toml" issue_comment: