From c8e58a10fc5a76563021793093b762b5605efd77 Mon Sep 17 00:00:00 2001 From: Siva Date: Thu, 6 Aug 2026 09:39:28 +0530 Subject: [PATCH] ci: re-enable tag_release workflow --- .github/workflows/tag_release.yaml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/workflows/tag_release.yaml b/.github/workflows/tag_release.yaml index dd7b6380..8b62837c 100644 --- a/.github/workflows/tag_release.yaml +++ b/.github/workflows/tag_release.yaml @@ -1,10 +1,11 @@ name: tag_release -# Temporarily disabled: v0.10.0 was tagged manually, so this must not -# fire again when the release/v0.10.0 PR is merged. Revert this in a -# follow-up PR against main once that PR is merged. on: - workflow_dispatch: {} + pull_request: + types: + - closed + branches: + - main jobs: tag_release: