diff --git a/.azure/pipelines/ci-public.yml b/.azure/pipelines/ci-public.yml index 4f675cd21fd9..e79221844861 100644 --- a/.azure/pipelines/ci-public.yml +++ b/.azure/pipelines/ci-public.yml @@ -19,6 +19,15 @@ pr: branches: include: - '*' + paths: + exclude: + - .devcontainer/* + - .github/* + - .vscode/* + - docs/* + - '**/*.md' + - LICENSE.TXT + - THIRD-PARTY-NOTICES.TXT parameters: # Choose whether to skip tests when running pipeline manually.