Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/thegeeklab/hugo-geekblog.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Kaussow <mail@geeklabor.de>2021-05-24 16:22:22 +0300
committerGitHub <noreply@github.com>2021-05-24 16:22:22 +0300
commitc697cf1eddd6c5f0190b2b1cf5166e344909f057 (patch)
treefdc1e145d5633b7a52791eae6febfce53191f694 /.drone.yml
parent29b10769b7a255223c620f1508d58f912cd31288 (diff)
feat: add sizes 'regular' and 'large' to button shortcode (#50)v0.10.1
Diffstat (limited to '.drone.yml')
-rw-r--r--.drone.yml5
1 files changed, 4 insertions, 1 deletions
diff --git a/.drone.yml b/.drone.yml
index 334c504..8d74847 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -70,6 +70,9 @@ steps:
when:
ref:
- refs/pull/**
+ status:
+ - failure
+ - success
trigger:
ref:
@@ -273,6 +276,6 @@ depends_on:
---
kind: signature
-hmac: ed591d67a16d6ff6ea8b7dbff12194da646bb369903a6c2e62be812e66ae6700
+hmac: ebb333a66d8fd050835b2b5b479e5b9f3316aaa919c48476f5714979567d0e0a
...