chore(ci): 将分支名称从 main 更改为 master

- 更新 .woodpecker.yaml 中的分支条件,将 main 替换为 master
- 保持持续集成配置的一致性
This commit is contained in:
gxl 2026-06-02 15:23:13 +08:00
parent 1d3b08c306
commit 151a7b0d2c
1 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@ steps:
- /tmp/maven-cache:/root/.m2
when:
event: [push, pull_request]
branch: main
branch: master
- name: 镜像构建与推送
image: plugins/docker
@ -26,4 +26,4 @@ steps:
# 但需要确保服务器配置了 WOODPECKER_PLUGINS_PRIVILEGED=plugins/docker
when:
event: push
branch: main
branch: master