diff --git a/.drone.yml b/.drone.yml index 292c990..526d09d 100644 --- a/.drone.yml +++ b/.drone.yml @@ -7,4 +7,9 @@ steps: image: google/dart commands: - pub get - - pub run test \ No newline at end of file + - pub run test +trigger: + branch: + - master + event: + - push \ No newline at end of file