From 17d996ba1326eedd9bbb5e38640cc850335d812c Mon Sep 17 00:00:00 2001 From: Ahosking Date: Mon, 4 Dec 2023 19:23:35 -0500 Subject: [PATCH] Update Drone Build Rules --- .drone.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.drone.yml b/.drone.yml index 2f91ad7..5d746fe 100644 --- a/.drone.yml +++ b/.drone.yml @@ -13,6 +13,13 @@ steps: - pip3 install --upgrade setuptools - pip3 install Flask gunicorn pytest pytest-cov - pip3 install pendulum + + trigger: + branch: + - master + - influx2 + event: + - push # --- # kind: pipeline # type: docker