Making drone only publish on branch master
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Fabian Stamm 2020-06-16 10:00:41 +02:00
parent d6a565b2cb
commit f1d475580c
2 changed files with 4 additions and 0 deletions

View File

@ -19,3 +19,5 @@ steps:
repo: hibas123.azurecr.io/realtimedb
registry: hibas123.azurecr.io
debug: true
when:
branch: [master]

View File

@ -4,3 +4,5 @@ charset = utf-8
indent_size = 3
indent_style = space
insert_final_newline = true
[*.yml]
indent_size = 2