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