diff --git a/.drone.yml b/.drone.yml index c52fc1f..aef12a3 100644 --- a/.drone.yml +++ b/.drone.yml @@ -10,4 +10,9 @@ steps: password: from_secret: DOCKER_PASSWORD repo: aaronriedel/php-apache-mysql - tags: latest \ No newline at end of file + tags: latest + when: + branch: + - main + event: + - push \ No newline at end of file