From 71eecbb7c7835d823d5495738f6314ff432bb406 Mon Sep 17 00:00:00 2001 From: vigdorov Date: Mon, 16 Mar 2026 23:47:50 +0300 Subject: [PATCH] fix: add custom event to trigger for manual CI runs Co-Authored-By: Claude Opus 4.6 --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index eb0bf5b..60aa760 100644 --- a/.drone.yml +++ b/.drone.yml @@ -48,4 +48,4 @@ steps: trigger: branch: [main] - event: [push] + event: [push, custom]