From f1d475580c315d654b5bdd308fdd5d1d440140ec Mon Sep 17 00:00:00 2001 From: Fabian Stamm Date: Tue, 16 Jun 2020 10:00:41 +0200 Subject: [PATCH] Making drone only publish on branch master --- .drone.yml | 2 ++ .editorconfig | 2 ++ 2 files changed, 4 insertions(+) diff --git a/.drone.yml b/.drone.yml index 2d6dea2..6429cab 100644 --- a/.drone.yml +++ b/.drone.yml @@ -19,3 +19,5 @@ steps: repo: hibas123.azurecr.io/realtimedb registry: hibas123.azurecr.io debug: true + when: + branch: [master] diff --git a/.editorconfig b/.editorconfig index 7fef3e3..b31af16 100644 --- a/.editorconfig +++ b/.editorconfig @@ -4,3 +4,5 @@ charset = utf-8 indent_size = 3 indent_style = space insert_final_newline = true +[*.yml] +indent_size = 2