ci: dont try to publish site on pr
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Robert Kaussow 2021-05-15 16:22:00 +02:00
parent 457b587b5f
commit a612c05922
Signed by: xoxys
GPG Key ID: 65362AE74AF98B61
1 changed files with 4 additions and 1 deletions

View File

@ -74,6 +74,9 @@ steps:
source: public/
strip_prefix: public/
target: /${DRONE_REPO_NAME}
when:
ref:
- refs/heads/master
trigger:
ref:
@ -82,6 +85,6 @@ trigger:
---
kind: signature
hmac: d4dc1bff9acfc6117a3ef3069a8454fc351498fb1f6f0ad277994e33314cf596
hmac: 144d931364c0ad0bb0c19609c80ae88f3d2d6b0f9abf56bd2cb558b38b8d91e4
...