chore: remove main branch trigger from build workflow

This commit is contained in:
cheng zhen
2025-01-04 10:54:49 +08:00
parent 85c0ce666b
commit 12a77835db

View File

@@ -2,8 +2,6 @@ name: Build Executables
on:
push:
branches:
- main
tags:
- 'v*' # 添加标签触发条件,匹配 v1.0.0 这样的标签