From 7f3019ed1251b2e72921ce1fccf518cf9e9c92e2 Mon Sep 17 00:00:00 2001 From: Maxim Lebedev Date: Wed, 15 Mar 2023 15:30:17 +0600 Subject: [PATCH] :construction_worker: Returns master branch filter in Drone CI config --- build/ci/drone.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build/ci/drone.yml b/build/ci/drone.yml index 6c555bc..f6cfd8e 100644 --- a/build/ci/drone.yml +++ b/build/ci/drone.yml @@ -40,6 +40,9 @@ steps: - "systemctl start hub" depends_on: - build + when: + branch: + - master volumes: - name: modules