Update Drone CI Configuration to Include New Feature Branch

- Added 'feature/ted' branch to the Drone CI configuration, allowing for automated builds and tests on this new feature branch.
- This change enhances the CI/CD pipeline by ensuring that developments on the feature branch are properly integrated and tested.
This commit is contained in:
n.nakhostin
2025-09-30 16:52:55 +03:30
parent 44f266189c
commit 309e0d2523
+1
View File
@@ -48,5 +48,6 @@ trigger:
branch: branch:
- main - main
- develop - develop
- feature/ted
event: event:
- custom - custom