Skip to content

Commit

Permalink
codeql(config): fix workflow on ignored .md files (#6933)
Browse files Browse the repository at this point in the history
  • Loading branch information
mdtro committed Jan 25, 2023
1 parent be640de commit 040ab0c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ on:
pull_request:
# The branches below must be a subset of the branches above
branches: [master]
paths:
paths-ignore:
# When _only_ changing .md files, no need to run CodeQL analysis
- '!**/*.md'
- '**/*.md'
schedule:
- cron: '40 3 * * 0'

Expand Down

0 comments on commit 040ab0c

Please sign in to comment.