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 <superq@gmail.com>
This commit is contained in:
SuperQ 2026-02-09 15:29:48 +01:00
parent 4383499997
commit ac521337ba
No known key found for this signature in database
GPG key ID: C646B23C9E3245F1

View file

@ -4,6 +4,7 @@ on:
pull_request:
push:
branches: [main, 'release-*']
tags: ['v*']
permissions:
contents: read