From 3cffeff5df1a6fb869bbe7d3eedf4d8226c8eb4f Mon Sep 17 00:00:00 2001 From: Alexey Skobkin Date: Thu, 21 Nov 2024 23:43:41 +0300 Subject: [PATCH] Adding 'push' to events for image build. --- .drone.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/ .drone.yml b/ .drone.yml index bfbc8a8..33a8c29 100644 --- a/ .drone.yml +++ b/ .drone.yml @@ -11,6 +11,7 @@ steps: when: event: - pull_request + - push --- kind: pipeline