Fix build so as not to attempt to build and push documentation for a non-master branch.
This commit is contained in:
parent
cf4c603f1d
commit
7085a45649
2 changed files with 5 additions and 3 deletions
|
@ -78,6 +78,7 @@ steps:
|
||||||
from_secret: docker_password
|
from_secret: docker_password
|
||||||
repo: witten/borgmatic-docs
|
repo: witten/borgmatic-docs
|
||||||
dockerfile: docs/Dockerfile
|
dockerfile: docs/Dockerfile
|
||||||
when:
|
|
||||||
|
trigger:
|
||||||
branch:
|
branch:
|
||||||
- master
|
- master
|
||||||
|
|
1
NEWS
1
NEWS
|
@ -1,5 +1,6 @@
|
||||||
1.5.14.dev0
|
1.5.14.dev0
|
||||||
* #398: Clarify canonical home of borgmatic in documentation.
|
* #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
|
1.5.13
|
||||||
* #373: Document that passphrase is used for Borg keyfile encryption, not just repokey encryption.
|
* #373: Document that passphrase is used for Borg keyfile encryption, not just repokey encryption.
|
||||||
|
|
Loading…
Reference in a new issue