Skip to content

Commit 4c2b7a2

Browse files
Copilotcsharpfritz
andcommitted
Skip build and integration tests workflows for documentation-only changes
Co-authored-by: csharpfritz <78577+csharpfritz@users.noreply.github.com>
1 parent e321576 commit 4c2b7a2

2 files changed

Lines changed: 16 additions & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,19 @@ on:
66
- 'main'
77
- 'dev'
88
- 'v*'
9+
paths-ignore:
10+
- 'docs/**'
11+
- '*.md'
12+
- 'mkdocs.yml'
913
pull_request:
1014
branches:
1115
- 'main'
1216
- 'dev'
1317
- 'v*'
18+
paths-ignore:
19+
- 'docs/**'
20+
- '*.md'
21+
- 'mkdocs.yml'
1422
workflow_dispatch:
1523

1624

.github/workflows/integration-tests.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,19 @@ on:
66
- 'main'
77
- 'dev'
88
- 'v*'
9+
paths-ignore:
10+
- 'docs/**'
11+
- '*.md'
12+
- 'mkdocs.yml'
913
pull_request:
1014
branches:
1115
- 'main'
1216
- 'dev'
1317
- 'v*'
18+
paths-ignore:
19+
- 'docs/**'
20+
- '*.md'
21+
- 'mkdocs.yml'
1422
workflow_dispatch:
1523

1624
jobs:

0 commit comments

Comments
 (0)