run ci on PR's
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Robert Kaussow 2020-11-22 19:24:20 +01:00
parent 8f3b93d61d
commit b349dce409
No known key found for this signature in database
GPG Key ID: 65362AE74AF98B61

View File

@ -68,11 +68,16 @@ steps:
from_secret: s3_secret_access_key from_secret: s3_secret_access_key
source: public/ source: public/
strip_prefix: public/ strip_prefix: public/
when:
ref:
- refs/heads/master
- refs/tags/**
trigger: trigger:
ref: ref:
- refs/heads/master - refs/heads/master
- refs/tags/** - refs/tags/**
- refs/pull/**
--- ---
kind: pipeline kind: pipeline
@ -109,6 +114,6 @@ depends_on:
--- ---
kind: signature kind: signature
hmac: ccf04025bf1fdb04c2bafca6993b6a09309f7b37b450ceaf5ab801351a066b80 hmac: 12d9076542e8ce395c437f3c6dd303b1aeb9c64d792a04c13ac450f4f2148600
... ...