ci: restore quoted tag pattern 'v*' for Gitea 1.22 compatibility
Some checks failed
Test / rust-fmt-check (push) Has been cancelled
Test / rust-tests (push) Has been cancelled
Test / frontend-typecheck (push) Has been cancelled
Test / frontend-tests (push) Has been cancelled
Test / rust-clippy (push) Has been cancelled

This commit is contained in:
Shaun Arman 2026-03-29 18:19:47 -05:00
parent bdfda49853
commit 8f18cfa3be

View File

@ -3,7 +3,7 @@ name: Release
on: on:
push: push:
tags: tags:
- v* - 'v*'
workflow_dispatch: workflow_dispatch:
inputs: inputs:
tag: tag: