mirror of
https://github.com/ArvinLovegood/go-stock.git
synced 2025-07-19 00:00:09 +08:00
ci: 更新 GitHub Actions 触发条件
- 移除对 master 分支的监听 - 取消注释并启用对 '*-release' 标签的监听
This commit is contained in:
parent
21c7f5390c
commit
6382be6b19
8
.github/workflows/main.yml
vendored
8
.github/workflows/main.yml
vendored
@ -2,11 +2,9 @@ name: Wails build
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
tags:
|
||||||
- master
|
# Match any new tag
|
||||||
# tags:
|
- '*-release'
|
||||||
# # Match any new tag
|
|
||||||
# - '*-release'
|
|
||||||
|
|
||||||
env:
|
env:
|
||||||
# Necessary for most environments as build failure can occur due to OOM issues
|
# Necessary for most environments as build failure can occur due to OOM issues
|
||||||
|
Loading…
x
Reference in New Issue
Block a user