ci: only publish GitHub releases for v* tags

Agent/feature tags were matching '*' and becoming Latest, which also multiplied auto-generated notes.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
q
2026-08-18 00:22:02 +08:00
parent e103003b7a
commit 273dbae5e7
+1 -1
View File
@@ -8,7 +8,7 @@ on:
workflow_dispatch:
push:
tags:
- '*'
- 'v*'
branches-ignore:
- '*'
paths-ignore: