From d925afe0f408865f3250ee0a46beaf1e534b6d26 Mon Sep 17 00:00:00 2001 From: broodjeaap Date: Sat, 13 Jun 2020 14:41:44 +0200 Subject: [PATCH] Added trigger to .drone.yml --- .drone.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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