From 66ffa65f85c112d60a777faffc36af849027b17e Mon Sep 17 00:00:00 2001 From: Bastian de Byl Date: Sat, 26 Sep 2020 00:01:31 -0400 Subject: [PATCH] drone to ignore pull requests (triggered by push) --- .drone.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.drone.yml b/.drone.yml index ab3ead5..74141c3 100644 --- a/.drone.yml +++ b/.drone.yml @@ -11,3 +11,8 @@ steps: image: bdebyl/yamllint command: - make lint-ci + +trigger: + event: + exclude: + - pull_request