diff --git a/.drone.yaml b/.drone.yml similarity index 85% rename from .drone.yaml rename to .drone.yml index fd920b2..b8008f5 100644 --- a/.drone.yaml +++ b/.drone.yml @@ -11,5 +11,7 @@ steps: from_secret: docker_username password: from_secret: docker_password - when: - branch: master \ No newline at end of file + +trigger: + branch: + - master \ No newline at end of file