From 112a65378d25e9501f8a1af76e4c5830275bf3d0 Mon Sep 17 00:00:00 2001 From: Fabian Stamm Date: Wed, 18 Mar 2020 11:21:04 +0100 Subject: [PATCH] Adjusting CI so it only publishes on master branch --- .drone.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.drone.yml b/.drone.yml index 5b3aeb5..3953734 100644 --- a/.drone.yml +++ b/.drone.yml @@ -20,3 +20,5 @@ steps: repo: hibas123.azurecr.io/authserver registry: hibas123.azurecr.io debug: true + when: + branch: master