ci: stop running workflow on pushes to main

Only trigger builds on v* tags and pull requests targeting main.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
2026-05-26 12:55:19 +08:00
parent 50453ba19c
commit f7fcd0e966
2 changed files with 1 additions and 3 deletions
-1
View File
@@ -2,7 +2,6 @@ name: Release
on:
push:
branches: [main]
tags: ["v*"]
pull_request:
branches: [main]