Browse Source

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

2
.drone.yml

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

Loading…
Cancel
Save