diff --git a/azure-pipelines.yml b/azure-pipelines.yml index b8341bb59..d416b4cea 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -1,19 +1,18 @@ trigger: branches: include: - - review-* + - review-* paths: exclude: - - CHANGELOG.md - - README.md - - CODE_OF_CONDUCT.md - - CONTRIBUTING.md + - CHANGELOG.md + - README.md + - CODE_OF_CONDUCT.md + - CONTRIBUTING.md pool: vmImage: 'ubuntu-latest' steps: - - script: npm ci displayName: 'Install' @@ -36,4 +35,4 @@ steps: displayName: 'Create file archive to publish' - task: PublishBuildArtifacts@1 - displayName: 'Publish files to Azure Pipelines' \ No newline at end of file + displayName: 'Publish files to Azure Pipelines'