diff --git a/.drone.yml b/.drone.yml index 09da4dc..3ad670f 100644 --- a/.drone.yml +++ b/.drone.yml @@ -8,5 +8,5 @@ steps: commands: - echo "Deploying to production" when: - event: - - push \ No newline at end of file + branch: + - main \ No newline at end of file