From fff06af8a4bbe4c1d7794ae14e73abfdcedb4497 Mon Sep 17 00:00:00 2001 From: James Tombleson Date: Thu, 15 Jun 2023 22:04:09 -0700 Subject: [PATCH] Helps to target the correct branches --- .drone.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 3213186..6fbb085 100644 --- a/.drone.yml +++ b/.drone.yml @@ -16,7 +16,8 @@ steps: trigger: branch: include: - - master + - main + - releases/* event: exclude: - pull_request