ci(drone): 更新触发分支为master
All checks were successful
continuous-integration/drone/push Build is passing

- 将流水线触发分支从main更改为master
- 保持工作区共享数据配置不变
This commit is contained in:
2025-11-01 13:45:30 +08:00
parent 22e48d9558
commit d789438dd9

View File

@@ -3,7 +3,7 @@ type: docker
name: www
trigger:
event: [push]
branch: [main]
branch: [master]
# 使用工作区共享数据
# - 流水线中的临时数据, 等同 ${DRONE_WORKSPACE} => /drone/nuxt-app, 流水线结束后自动销毁