From 635f9a37748f8737bab9fa3fb76ee03cf21b082a Mon Sep 17 00:00:00 2001 From: Alexandre Agostinho Date: Mon, 29 May 2023 17:48:50 +0200 Subject: [PATCH] remove test/* branches on CI --- .drone.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 07c44e5..1e97fec 100644 --- a/.drone.yml +++ b/.drone.yml @@ -7,7 +7,6 @@ trigger: - master - dev - feature/* - - test/* event: - push ref: @@ -66,7 +65,6 @@ steps: when: branch: - master - - test/doc-* depends_on: [ build ] ---