From 32c673d701bd3a9160d3a5c6d5bbbd819a4cbc72 Mon Sep 17 00:00:00 2001 From: Gisle Aune Date: Tue, 26 Jun 2018 08:22:19 +0200 Subject: [PATCH] Added events to drone ci config --- .drone.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 33c7ad6..fec0a2d 100644 --- a/.drone.yml +++ b/.drone.yml @@ -8,4 +8,7 @@ pipeline: repo: vmaple/rpdata tags: latest auto_tag: true - secrets: [ docker_username, docker_password ] \ No newline at end of file + secrets: [ docker_username, docker_password ] + when: + event: [push, tag, deployment] + branch: master \ No newline at end of file