From 3c32f638dafe2988eb788d3a94d31d3dbe236bb4 Mon Sep 17 00:00:00 2001 From: tastytea Date: Sun, 18 Oct 2020 08:42:56 +0200 Subject: [PATCH] Don't trigger CI on pushes to web*. --- .drone.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.drone.yml b/.drone.yml index 659755e..6d99ed7 100644 --- a/.drone.yml +++ b/.drone.yml @@ -7,6 +7,11 @@ volumes: host: path: /var/cache/debian-package-cache +trigger: + branch: + exclude: + - web* + steps: - name: jsonlint-php image: debian:buster-slim