Skip to content

Commit

Permalink
Updated azure piplines for batching
Browse files Browse the repository at this point in the history
  • Loading branch information
david-driscoll committed Sep 28, 2019
1 parent 0b6bdfe commit 121b290
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,22 @@
trigger:
batch: true
branches:
include:
- master
- refs/tags/*
paths:
exclude:
- '**/*.md'
- .appveyor.yml
- .codecov.yml
- .git*
- .editorconfig
- .nuke
- GitReleaseManager.yaml
- .dependabot/config.yml
- .vscode/*
- LICENSE

pr:
autoCancel: true
branches:
Expand Down

0 comments on commit 121b290

Please sign in to comment.