Skip to content

Commit

Permalink
Update appveyor.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Arawn-Davies authored Jun 23, 2021
1 parent 140b940 commit aad5b10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ init:
install:
- ps: |
$range = "$env:APPVEYOR_REPO_BRANCH..$env:APPVEYOR_PULL_REQUEST_HEAD_COMMIT"
if (-not (git diff --name-only --diff-filter=d $range | Where-Object { $_ -NotLike "/Source/Archive|/Users|/Docs|/.github|/Artwork|.gitignore|md|yml|txt$" })) {
if (-not (git diff --name-only --diff-filter=d $range | Where-Object { $_ -NotLike ".git|md|yml|txt$" })) {
Write-Host "Only Markdown or YAML files were modified, skipping CI run."
Exit-AppVeyorBuild
}
Expand Down

0 comments on commit aad5b10

Please sign in to comment.