Skip to content

Commit

Permalink
Only run CI pipeline on changes to files in source
Browse files Browse the repository at this point in the history
  • Loading branch information
johlju committed Apr 9, 2020
1 parent 2033b06 commit 57ce6e3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ For older change log history see the [historic changelog](HISTORIC_CHANGELOG.md)
### Changed

- ActiveDirectoryDsc
- When merging a commit with changes only to CHANGELOG.md the CI pipeline
will not run.
- Only run CI pipeline on branch `master` when there are changes to files
inside the `source` folder.

## [6.0.0] - 2020-03-12

Expand Down
4 changes: 2 additions & 2 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ trigger:
include:
- master
paths:
exclude:
- CHANGELOG.md
include:
- source/*
tags:
include:
- "v*"
Expand Down

0 comments on commit 57ce6e3

Please sign in to comment.