Skip to content

Commit e8a6029

Browse files
Don't trigger CI when mkdocs config changes (#796)
1 parent 28e967d commit e8a6029

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,12 @@ on:
99
paths-ignore:
1010
- 'docs/**'
1111
- '**/*.md'
12+
- 'mkdocs.yml'
1213
pull_request:
1314
paths-ignore:
1415
- 'docs/**'
1516
- '**/*.md'
17+
- 'mkdocs.yml'
1618
concurrency:
1719
group: ${{ github.workflow }}-${{ github.ref }}
1820
cancel-in-progress: true

0 commit comments

Comments
 (0)