From 9f823680d0d70d704898d4afbe6d32d0453cc148 Mon Sep 17 00:00:00 2001 From: npmrun <1549469775@qq.com> Date: Wed, 29 Apr 2026 14:29:47 +0800 Subject: [PATCH] fix(drone): update deployment branch from 'deploy-branch' to 'main' - Changed the trigger branch for the CI/CD pipeline in the Drone configuration to 'main' to align with the primary development workflow. This update ensures that deployments are now triggered from the main branch, streamlining the deployment process. --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 4719775..675d4ba 100644 --- a/.drone.yml +++ b/.drone.yml @@ -4,7 +4,7 @@ name: deploy trigger: branch: - - deploy-branch + - main event: - push