mirror of
https://github.com/ArvinLovegood/go-stock.git
synced 2025-07-19 00:00:09 +08:00
ci:优化 GitHub Actions 工作流触发条件
- 添加 master 分支的 push 事件触发 - 保留标签触发条件
This commit is contained in:
parent
8996ddf986
commit
e238700333
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@ -2,6 +2,8 @@ name: Wails build
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
|
branches:
|
||||||
|
- master
|
||||||
tags:
|
tags:
|
||||||
# Match any new tag
|
# Match any new tag
|
||||||
- '*-release'
|
- '*-release'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user