From f250395c66b14626062e2fa1f008947afabd46e5 Mon Sep 17 00:00:00 2001 From: Pierre Hubert Date: Thu, 11 May 2023 13:50:57 +0200 Subject: [PATCH] Exclude pull request for website update --- .drone.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 4fda616..85cf22b 100644 --- a/.drone.yml +++ b/.drone.yml @@ -25,6 +25,9 @@ steps: when: branch: - master + event: + exclude: + - pull_request commands: # Build website - pip install mkdocs-material @@ -35,4 +38,4 @@ steps: - ./aws/install - aws configure set default.s3.signature_version s3v4 # Upload to bucket - - cd public && aws --endpoint-url https://s3.communiquons.org s3 sync . s3://miniok8sbucketsoperator-website \ No newline at end of file + - cd public && aws --endpoint-url https://s3.communiquons.org s3 sync . s3://miniok8sbucketsoperator-website