From 7b6744d4640d99919cefb18b4412dba7bd2d0bdc Mon Sep 17 00:00:00 2001 From: Lucien Cartier-Tilet Date: Thu, 3 Sep 2020 13:19:06 +0200 Subject: [PATCH] [CI] Limit builds to master branch --- .drone.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.drone.yml b/.drone.yml index 81f52d2..a74193e 100644 --- a/.drone.yml +++ b/.drone.yml @@ -6,6 +6,12 @@ steps: image: silex/emacs:27-alpine commands: - emacs --script export.el + when: + branch: + - master + event: + exclude: + - pull_request - name: deploy image: appleboy/drone-scp