From b082a3d08bb9d159f3c1f5596f8b85c4260c70a0 Mon Sep 17 00:00:00 2001 From: Allan Renucci Date: Tue, 3 Oct 2017 16:50:12 +0200 Subject: [PATCH] Let CI build all branches but gh-pages --- .drone.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 42d2585a216f..ebb763c6346f 100644 --- a/.drone.yml +++ b/.drone.yml @@ -49,6 +49,8 @@ pipeline: secrets: [ bot_pass ] when: event: push + # We only generate the documentation for the master branch + branch: master # PUBLISHING: # Publishing expect NIGHTLYBUILD or RELEASEBUILD to be set. See dottyVersion in Build.scala @@ -100,5 +102,6 @@ pipeline: status: [ failure ] event: [ push, tag, deployment ] -# CI runs only for the master branch (including PRs) -branches: master +branches: + # The gh-pages branch holds the documentation and don't need to be built + exclude: gh-pages