ci:优化 GitHub Actions 工作流触发条件

- 添加 master 分支的 push 事件触发
- 保留标签触发条件
This commit is contained in:
ArvinLovegood 2025-06-16 13:18:59 +08:00
parent 8996ddf986
commit e238700333

View File

@ -2,6 +2,8 @@ name: Wails build
on:
push:
branches:
- master
tags:
# Match any new tag
- '*-release'