Skip to content

Commit 040ab0c

Browse files
authored
codeql(config): fix workflow on ignored .md files (#6933)
1 parent be640de commit 040ab0c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ on:
1717
pull_request:
1818
# The branches below must be a subset of the branches above
1919
branches: [master]
20-
paths:
20+
paths-ignore:
2121
# When _only_ changing .md files, no need to run CodeQL analysis
22-
- '!**/*.md'
22+
- '**/*.md'
2323
schedule:
2424
- cron: '40 3 * * 0'
2525

0 commit comments

Comments
 (0)