mirror of
https://github.com/ArvinLovegood/go-stock.git
synced 2025-07-19 00:00:09 +08:00
ci: 更新 GitHub Actions 工作流触发条件
- 将标签匹配模式从 '*' 改为 '*-release' - 仅匹配以 '-release' 结尾的标签,限制发布次数
This commit is contained in:
parent
013de869f4
commit
0b3acd9adc
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@ -4,7 +4,7 @@ on:
|
||||
push:
|
||||
tags:
|
||||
# Match any new tag
|
||||
- '*'
|
||||
- '*-release'
|
||||
|
||||
env:
|
||||
# Necessary for most environments as build failure can occur due to OOM issues
|
||||
|
Loading…
x
Reference in New Issue
Block a user