Skip to content

Commit f83c592

Browse files
committed
cicd: don't test workflow on docs changes
1 parent 8ce7617 commit f83c592

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.github/workflows/integration-tests.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,18 @@ on:
55
branches:
66
- master
77
- 'branch-**'
8+
paths-ignore:
9+
- docs/*
10+
- examples/*
11+
- scripts/*
12+
- .gitignore
13+
- '*.rst'
14+
- '*.ini'
15+
- LICENSE
16+
- .github/dependabot.yml
17+
- .github/pull_request_template.md
18+
- "*.md"
19+
- .github/workflows/docs-*
820
pull_request:
921
paths-ignore:
1022
- docs/*
@@ -16,6 +28,8 @@ on:
1628
- LICENSE
1729
- .github/dependabot.yml
1830
- .github/pull_request_template.md
31+
- "*.md"
32+
- .github/workflows/docs-* -
1933
workflow_dispatch:
2034

2135
jobs:

0 commit comments

Comments
 (0)