Skip to content

Commit f49012c

Browse files
792 dont trigger ci for changes to mkdocs config (#798)
* Don't trigger CI when mkdocs config changes * Also disable CI for codeql on changes to mkdocs config
1 parent e8a6029 commit f49012c

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/codeql.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,13 @@ on:
66
paths-ignore:
77
- 'docs/**'
88
- '**/*.md'
9+
- 'mkdocs.yml'
910
pull_request:
1011
branches: [ "main" ]
1112
paths-ignore:
1213
- 'docs/**'
1314
- '**/*.md'
15+
- 'mkdocs.yml'
1416
jobs:
1517
analyze:
1618
name: Analyze (${{ matrix.language }})

0 commit comments

Comments
 (0)