From 8b42fb35b3f201265e824cea6abd023cf71a9d20 Mon Sep 17 00:00:00 2001 From: Chris Plaatjes Date: Tue, 14 Feb 2023 14:52:27 -0500 Subject: [PATCH] Added branch trigger --- .drone.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.drone.yml b/.drone.yml index 95434a5..86da13d 100644 --- a/.drone.yml +++ b/.drone.yml @@ -23,8 +23,8 @@ steps: # Commented out until stuff actually works -#trigger: -# branch: -# - main -# event: -# - push \ No newline at end of file +trigger: + branch: + - main + event: + - push \ No newline at end of file