diff --git a/azure-pipelines-integration-corehost.yml b/azure-pipelines-integration-corehost.yml index 4b819e3710179..e88585d3f3fa9 100644 --- a/azure-pipelines-integration-corehost.yml +++ b/azure-pipelines-integration-corehost.yml @@ -12,11 +12,17 @@ trigger: # Automatic building of all PRs is disabled in the pipeline's trigger page. # See https://docs.microsoft.com/en-us/azure/devops/pipelines/repos/github?view=azure-devops&tabs=yaml#comment-triggers pr: -- main -- main-vs-deps -- release/* -- features/* -- demos/* + branches: + include: + - main + - main-vs-deps + - release/* + - features/* + - demos/* + paths: + exclude: + - docs/* + - .github/* jobs: - job: VS_Integration_CoreHost_Debug diff --git a/azure-pipelines-integration.yml b/azure-pipelines-integration.yml index 190afc17d7a32..1c8cae1640e4e 100644 --- a/azure-pipelines-integration.yml +++ b/azure-pipelines-integration.yml @@ -8,11 +8,17 @@ trigger: # Branches that trigger builds on PR pr: -- main -- main-vs-deps -- release/* -- features/* -- demos/* + branches: + include: + - main + - main-vs-deps + - release/* + - features/* + - demos/* + paths: + exclude: + - docs/* + - .github/* jobs: - ${{ if ne(variables['Build.Reason'], 'PullRequest') }}: diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 86e5e62c4fc27..6e0c9a95799d7 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -8,11 +8,17 @@ trigger: # Branches that trigger builds on PR pr: -- main -- main-vs-deps -- release/* -- features/* -- demos/* + branches: + include: + - main + - main-vs-deps + - release/* + - features/* + - demos/* + paths: + exclude: + - docs/* + - .github/* # Windows Build and Test Jobs jobs: