Fix CI by excluding PR from website update
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Maximilien R 2021-04-11 12:38:55 +02:00
parent 4dbc620574
commit 4bca50e19f
Signed by: maximilien
GPG Key ID: CA73C61E72CB3E61
1 changed files with 4 additions and 1 deletions

View File

@ -45,6 +45,9 @@ steps:
when:
branch:
- main
event:
exclude:
- pull_request
- name: rebuild-cache
image: meltwater/drone-cache:v1.1.0
@ -64,6 +67,6 @@ steps:
endpoint: https://garage.deuxfleurs.fr
---
kind: signature
hmac: de6f08a5395f6e59b7e4f4306969a9011ae78af73edf551f94a7e2661d148871
hmac: 53d75756f67d65dc677ad8ba7a648f8415c62d768ec1d32edd52a13d19e3946d
...