Added trigger to .drone.yml
This commit is contained in:
parent
606326d9b8
commit
d925afe0f4
1 changed files with 6 additions and 1 deletions
|
@ -7,4 +7,9 @@ steps:
|
||||||
image: google/dart
|
image: google/dart
|
||||||
commands:
|
commands:
|
||||||
- pub get
|
- pub get
|
||||||
- pub run test
|
- pub run test
|
||||||
|
trigger:
|
||||||
|
branch:
|
||||||
|
- master
|
||||||
|
event:
|
||||||
|
- push
|
Loading…
Add table
Reference in a new issue