commit d39d93e85261adc75bd8ce553c1b0aab1341e71a parent 03479312f1772f52ffc758b6997317112a6b1d3c Author: tobi <31960611+tsmethurst@users.noreply.github.com> Date: Thu, 26 Aug 2021 12:36:08 +0200 update drone yml (#153) Diffstat:
M | .drone.yml | | | 7 | ++++++- |
1 file changed, 6 insertions(+), 1 deletion(-)
diff --git a/.drone.yml b/.drone.yml @@ -79,8 +79,13 @@ volumes: host: path: /drone/gotosocial/golangci-lint +trigger: + repo: + - superseriousbusiness/gotosocial + - NyaaaWhatsUpDoc/gotosocial + --- kind: signature -hmac: 9134975e238ab9f92a7f75ccc11279e8d5edddb87f10165ed3c7d23fdd9c8a11 +hmac: 7fa6fa70be0a5c436ecb2f02f4b74bd1be5e90817e2d95a16898e3d29cbadf80 ...