From 6bd13e58d94d0e7fe4dc361e8ed12d07e9f61657 Mon Sep 17 00:00:00 2001 From: Valentin Brandl Date: Fri, 20 Jul 2018 11:57:28 +0200 Subject: [PATCH] Only build on develop branch --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index c77cec5..11485bf 100644 --- a/.drone.yml +++ b/.drone.yml @@ -1,5 +1,4 @@ pipeline: - branches: develop hugo: image: cbrgm/drone-hugo:latest buildDrafts: true @@ -7,3 +6,4 @@ pipeline: buildExpired: true validate: true url: https://staging.vbrandl.net +branches: develop