From 58d132dafd01ea52cf4f3be18b2dd7538bb821b7 Mon Sep 17 00:00:00 2001 From: npmrun <1549469775@qq.com> Date: Thu, 30 Apr 2026 09:46:36 +0800 Subject: [PATCH] fix(drone): update trigger branch for testing in CI/CD pipeline - Changed the trigger branch from 'deploy' to 'test' in the .drone.yml configuration. - This adjustment aligns the pipeline with the new testing strategy, ensuring that the CI/CD process is initiated on the correct branch. These changes enhance the deployment workflow by refining the branch trigger for testing purposes. --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 9752cbe..f22eb52 100644 --- a/.drone.yml +++ b/.drone.yml @@ -6,7 +6,7 @@ clone: trigger: branch: - - deploy + - test event: - push