Browse Source

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.
main
npmrun 1 week ago
parent
commit
78fa034027
  1. 2
      .drone.yml

2
.drone.yml

@ -6,7 +6,7 @@ clone:
trigger:
branch:
- test
- main
event:
- push

Loading…
Cancel
Save