From 309e0d2523d45053c5bb79e527de17e3de22ebab Mon Sep 17 00:00:00 2001 From: "n.nakhostin" Date: Tue, 30 Sep 2025 16:52:55 +0330 Subject: [PATCH] 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. --- .drone.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.drone.yml b/.drone.yml index bb9f7b5..78de1f2 100644 --- a/.drone.yml +++ b/.drone.yml @@ -48,5 +48,6 @@ trigger: branch: - main - develop + - feature/ted event: - custom \ No newline at end of file