更新 .gitea/workflows/demo.yaml

发布生产
This commit is contained in:
xiehaijun 2025-07-28 14:01:53 +00:00
parent ca2085f118
commit a25ed17daf
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ on:
push:
branches: [ "main","releases/**" ]
tags:
- '*' # 任意的tag都会触发
- '*' # 任意的tag都会触发
# paths:
# - 'sub-project/**'
# - '!sub-project/docs/**' # !在正匹配之后匹配负模式(以 为前缀)将排除该路径。