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:
@@ -48,5 +48,6 @@ trigger:
|
|||||||
branch:
|
branch:
|
||||||
- main
|
- main
|
||||||
- develop
|
- develop
|
||||||
|
- feature/ted
|
||||||
event:
|
event:
|
||||||
- custom
|
- custom
|
||||||
Reference in New Issue
Block a user