cicd
Some checks are pending
Uniapp 自动化打包 CI/CD / 打包 Uniapp 项目 (push) Waiting to run

This commit is contained in:
2025-08-24 19:21:38 +08:00
parent 09eb3e089b
commit f4456dc86d

View File

@@ -3,7 +3,7 @@ name: Uniapp 自动化打包 CI/CD
# 触发条件:可根据需求调整(如 push 到 main 分支、打 tag 时触发)
on:
push:
branches: [ main ] # 分支触发
branches: [ master ] # 分支触发
# tag:
# - 'v*' # 版本 tag 触发(可选)