Skip to content

Commit

Permalink
CI: Improve pipeline triggers (#1419)
Browse files Browse the repository at this point in the history
* Update pipeline

* Fix trigger syntax

* Remove trigger

* Revert "Remove trigger"
  • Loading branch information
bryphe authored Mar 5, 2020
1 parent 0a17c40 commit 17fc5ac
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,21 @@
# https://aka.ms/yaml

name: $(Build.SourceVersion)

# Master build triggers
trigger:
- master

# PR Triggers
pr:
autoCancel: true
branches:
include:
- master
paths:
exclude:
- README.md

jobs:
- job: Kickoff
displayName: "Kickoff"
Expand Down

0 comments on commit 17fc5ac

Please sign in to comment.