run ci on PR's
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Robert Kaussow 2020-11-22 19:24:20 +01:00
parent 8f3b93d61d
commit b349dce409
Signed by: xoxys
GPG Key ID: 65362AE74AF98B61
1 changed files with 6 additions and 1 deletions

View File

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