From c8c1490cebb194fe346732820025c7f964dac883 Mon Sep 17 00:00:00 2001 From: "n.nakhostin" Date: Tue, 9 Sep 2025 12:18:48 +0330 Subject: [PATCH] Update drone configuration to trigger builds on 'main' and 'develop' branches --- .drone.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 79ffa16..b441501 100644 --- a/.drone.yml +++ b/.drone.yml @@ -35,6 +35,7 @@ node: tag: aecde-docker-runner trigger: branch: - - dev + - main + - develop event: - custom