From 78fa034027ff39ab56be83c372510de23e4f361e Mon Sep 17 00:00:00 2001 From: npmrun <1549469775@qq.com> Date: Thu, 30 Apr 2026 14:56:06 +0800 Subject: [PATCH] fix(drone): update trigger branch for deployment process - Changed the trigger branch from 'test' to 'main' in the .drone.yml configuration. - This adjustment aligns the CI/CD pipeline with the primary branch, ensuring that deployments are initiated from the correct source. --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 233d37e..2947ce6 100644 --- a/.drone.yml +++ b/.drone.yml @@ -6,7 +6,7 @@ clone: trigger: branch: - - test + - main event: - push