From 7085a4564990a79857746c599e680dc7808af093 Mon Sep 17 00:00:00 2001 From: Dan Helfman Date: Fri, 9 Apr 2021 15:04:09 -0700 Subject: [PATCH] Fix build so as not to attempt to build and push documentation for a non-master branch. --- .drone.yml | 7 ++++--- NEWS | 1 + 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.drone.yml b/.drone.yml index 032eafc3..3ee385f9 100644 --- a/.drone.yml +++ b/.drone.yml @@ -78,6 +78,7 @@ steps: from_secret: docker_password repo: witten/borgmatic-docs dockerfile: docs/Dockerfile - when: - branch: - - master + +trigger: + branch: + - master diff --git a/NEWS b/NEWS index ee9b6b9a..12e2b6ae 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,6 @@ 1.5.14.dev0 * #398: Clarify canonical home of borgmatic in documentation. + * Fix build so as not to attempt to build and push documentation for a non-master branch. 1.5.13 * #373: Document that passphrase is used for Borg keyfile encryption, not just repokey encryption.