Skip to content
This repository has been archived by the owner on Jun 25, 2020. It is now read-only.

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 941a4f7 commit 736b78b
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 736b78b

Please sign in to comment.