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

Commit

Permalink
make some tweaks to the Azure pipelines configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
chrimesdev committed Feb 19, 2020
1 parent dbecd50 commit a1ec7aa
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,11 @@ trigger:
branches:
include:
- master
- refs/tags/*
- refs/tags/v*
paths:
exclude:
- CHANGELOG.md
- README.md

pool:
vmImage: 'ubuntu-latest'
Expand Down

0 comments on commit a1ec7aa

Please sign in to comment.