更新 .drone.yml
Some checks failed
continuous-integration/drone/push Build encountered an error

This commit is contained in:
2025-12-29 15:43:50 +00:00
parent 1a10624e62
commit bb87939a06

View File

@@ -2,14 +2,14 @@ kind: pipeline
type: docker
name: main-automated-pipeline
# 步骤1触发条件 - 当 main 分支有推送时自动执行
trigger:
event:
- push
branch:
- main
# 步骤2执行的任务
steps:
- name: print-auto-run
image: alpine:latest
@@ -24,7 +24,7 @@ steps:
- echo "====================================="
# 步骤1触发条件 - 手动触发
trigger:
event:
- promote
@@ -32,7 +32,6 @@ trigger:
target:
- production
# 步骤2执行的任务
steps:
- name: print-manual-trigger
image: alpine:latest