From f9f4140b30b2649768b940a742b85af964969475 Mon Sep 17 00:00:00 2001 From: BBaoVanC Date: Wed, 14 Apr 2021 00:49:47 -0500 Subject: [PATCH] Only trigger when pushing to master --- .drone.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.drone.yml b/.drone.yml index dcd017a..6dd1470 100644 --- a/.drone.yml +++ b/.drone.yml @@ -3,6 +3,10 @@ kind: pipeline type: docker name: Deploy to bbaovanc.com +trigger: + branch: + - master + steps: - name: Update submodules image: alpine/git