Limit drone pipeline execution to master or pr
continuous-integration/drone/pr Build is passing Details

This commit is contained in:
kolaente 2020-01-01 18:44:04 +01:00
parent 1a0ae9108c
commit 9f8cf403cf
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 10 additions and 0 deletions

View File

@ -7,6 +7,16 @@ workspace:
clone:
depth: 50
# Only run on prs or pushes to master
trigger:
branch:
include:
- master
event:
include:
- push
- pull_request
steps:
- name: build
image: cirrusci/flutter:stable