From 95e85c85598ffff6160f7111cef214beb0536de3 Mon Sep 17 00:00:00 2001 From: Allan Renucci Date: Fri, 26 Oct 2018 17:08:31 +0200 Subject: [PATCH] Remove filter for gh-pages from drone.yml The branch was moved to a separate repository --- .drone.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.drone.yml b/.drone.yml index 6081632275aa..1aae8732cc42 100644 --- a/.drone.yml +++ b/.drone.yml @@ -114,7 +114,3 @@ pipeline: when: status: [ failure ] event: [ push, tag, deployment ] - -branches: - # The gh-pages branch holds the documentation and don't need to be built - exclude: gh-pages