From b075ec090569ff286e9dd705cb5669ede6f996aa Mon Sep 17 00:00:00 2001 From: ktyl Date: Wed, 28 Sep 2022 01:30:25 +0100 Subject: [PATCH] don't deploy on pull requests --- .drone.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 5f2bdde..d17ad74 100644 --- a/.drone.yml +++ b/.drone.yml @@ -31,7 +31,6 @@ steps: from_secret: user SSH_KEY: from_secret: ssh_key - commands: # install deps - apt-get update -qq > /dev/null @@ -67,3 +66,6 @@ steps: when: branch: - main + event: + exclude: + - pull_request