From d3123d52e93216d4f9399ff80e7fb5ddecb430c0 Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Wed, 9 Oct 2019 13:11:44 +0200 Subject: [PATCH] push readme always to dockerhub --- .drone.jsonnet | 1 + .drone.yml | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.drone.jsonnet b/.drone.jsonnet index 93db437..f996dc7 100644 --- a/.drone.jsonnet +++ b/.drone.jsonnet @@ -249,6 +249,7 @@ local PipelineNotifications = { }, when: { ref: [ + 'refs/heads/master', 'refs/tags/**', ], }, diff --git a/.drone.yml b/.drone.yml index 7187397..dc2f7d6 100644 --- a/.drone.yml +++ b/.drone.yml @@ -375,6 +375,7 @@ steps: SHORT_DESCRIPTION: ansible-doctor - Simple annotation based documentation for your roles when: ref: + - refs/heads/master - "refs/tags/**" - name: microbadger @@ -413,6 +414,6 @@ depends_on: --- kind: signature -hmac: c058f002db91849e25873dfd440bb27949e6bb0de7087ceada91ba7fedcb93c2 +hmac: 233f8add83506a03e6f9ee880173c98cd2a0f474efff5fafbb73670a7b43bd82 ...