Skip to content

Commit 27b0d44

Browse files
committed
ci: skip Azure pipeline for docs-only changes
Add push and pull request path filters so docs-only changes do not trigger the Azure build matrix.
1 parent 1b538d7 commit 27b0d44

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

azure-pipelines.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,15 @@ trigger:
44
branches:
55
include:
66
- develop
7+
paths:
8+
exclude:
9+
- 'docs/**'
10+
- '**/*.md'
11+
pr:
12+
paths:
13+
exclude:
14+
- 'docs/**'
15+
- '**/*.md'
716
resources:
817
containers:
918
- container: oneapi-hpckit

0 commit comments

Comments
 (0)