소스 검색

Fix build so as not to attempt to build and push documentation for a non-master branch.

Dan Helfman 4 년 전
부모
커밋
7085a45649
2개의 변경된 파일5개의 추가작업 그리고 3개의 파일을 삭제
  1. 4 3
      .drone.yml
  2. 1 0
      NEWS

+ 4 - 3
.drone.yml

@@ -78,6 +78,7 @@ steps:
       from_secret: docker_password
     repo: witten/borgmatic-docs
     dockerfile: docs/Dockerfile
-  when:
-    branch:
-      - master
+
+trigger:
+  branch:
+    - master

+ 1 - 0
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.