Add `v0.3.x` branch to run CI (#344)

Signed-off-by: Lucio Franco <luciofranco14@gmail.com>
This commit is contained in:
Lucio Franco 2019-09-13 15:38:23 -04:00 committed by GitHub
parent e8cef688a0
commit 167f791a9f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
trigger: ["master"]
pr: ["master"]
trigger: ["master", "v0.3.x"]
pr: ["master", "v0.3.x"]
jobs:
- template: ci/azure-rustfmt.yml