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