Added trigger to .drone.yml

This commit is contained in:
broodjeaap 2020-06-13 14:41:44 +02:00
parent 606326d9b8
commit d925afe0f4

View file

@ -7,4 +7,9 @@ steps:
image: google/dart
commands:
- pub get
- pub run test
- pub run test
trigger:
branch:
- master
event:
- push