Browse Source

add PR trigger (#23)

flutter-beta
juliuscanute 7 years ago
committed by GitHub
parent
commit
a2bcd9930b
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions
  1. +5
    -0
      azure-pipelines.yml

+ 5
- 0
azure-pipelines.yml View File

@@ -6,6 +6,11 @@
trigger:
- master

pr:
branches:
include:
- master

pool:
name: 'Default'



Loading…
Cancel
Save