Skip to content

Commit c1386c5

Browse files
Improve paths filtering (#2367)
1 parent b87334a commit c1386c5

File tree

3 files changed

+20
-0
lines changed

3 files changed

+20
-0
lines changed

.github/workflows/humble-check-docs.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,14 @@ on:
88
paths:
99
- '**.rst'
1010
- '**.md'
11+
- '**.jpg'
12+
- '**.jpeg'
13+
- '**.png'
14+
- '**.svg'
15+
- '**.yml'
1116
- '**.yaml'
17+
- '!.github/**' # exclude yaml files in .github directory
18+
- '.github/workflows/humble-check-docs.yml'
1219

1320
concurrency:
1421
group: ${{ github.workflow }}-${{ github.ref }}

.github/workflows/jazzy-check-docs.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,14 @@ on:
88
paths:
99
- '**.rst'
1010
- '**.md'
11+
- '**.jpg'
12+
- '**.jpeg'
13+
- '**.png'
14+
- '**.svg'
15+
- '**.yml'
1116
- '**.yaml'
17+
- '!.github/**' # exclude yaml files in .github directory
18+
- '.github/workflows/jazzy-check-docs.yml'
1219

1320
concurrency:
1421
group: ${{ github.workflow }}-${{ github.ref }}

.github/workflows/rolling-check-docs.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,13 @@ on:
88
paths:
99
- '**.rst'
1010
- '**.md'
11+
- '**.jpg'
12+
- '**.jpeg'
13+
- '**.png'
14+
- '**.svg'
15+
- '**.yml'
1116
- '**.yaml'
17+
- '!.github/**' # exclude yaml files in .github directory
1218
- '.github/workflows/rolling-check-docs.yml'
1319

1420
concurrency:

0 commit comments

Comments
 (0)