Skip to content

Commit

Permalink
Reformat azure pipelines include branches
Browse files Browse the repository at this point in the history
  • Loading branch information
AArnott committed Mar 8, 2020
1 parent 0c61ae3 commit 0ff9f76
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion azure-pipelines.yml
@@ -1,7 +1,9 @@
trigger:
batch: true
branches:
include: ["master", "v*"]
include:
- master
- 'v*'
paths:
exclude: ["doc", "*.md"]

Expand Down

0 comments on commit 0ff9f76

Please sign in to comment.