From ac521337ba19ebd4ef187fe5aea1b4993bba0b81 Mon Sep 17 00:00:00 2001 From: SuperQ Date: Mon, 9 Feb 2026 15:29:48 +0100 Subject: [PATCH] Also run CI on release tags Make sure we also run the main CI workflow `v*` release tags so `publish_release` job is run. Signed-off-by: SuperQ --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8453110e7f..1553bdba19 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -4,6 +4,7 @@ on: pull_request: push: branches: [main, 'release-*'] + tags: ['v*'] permissions: contents: read