From 085747e9bbb1ed6cb85b414e476ad7b6ba7c69f5 Mon Sep 17 00:00:00 2001 From: James Tombleson Date: Thu, 15 Jun 2023 21:59:41 -0700 Subject: [PATCH] pulled ci changes from api --- .drone.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 875ed6a..3213186 100644 --- a/.drone.yml +++ b/.drone.yml @@ -15,7 +15,11 @@ steps: repo: jtom38/newsbot-portal trigger: branch: - - master + include: + - master + event: + exclude: + - pull_request --- kind: pipeline