From 446c69c4c6bb32e8771477cb7fbd9396837a0f8f Mon Sep 17 00:00:00 2001 From: Andrew Tomaka Date: Sat, 18 Feb 2023 12:07:39 -0500 Subject: [PATCH] don't run test pipeline if master --- .drone.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.drone.yml b/.drone.yml index a02cd76..e06800c 100644 --- a/.drone.yml +++ b/.drone.yml @@ -8,6 +8,11 @@ steps: - gem install bundler - bundle install - bundle exec jekyll build + +trigger: + branch: + exclude: master + event: push --- name: build kind: pipeline