Skip to content

Commit

Permalink
chore: don't run codeql analysis on Markdown files (#1658)
Browse files Browse the repository at this point in the history
  • Loading branch information
fharper authored and claywd committed Jun 30, 2023
1 parent 8251b74 commit c8de58b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,13 @@ name: "CodeQL"
on:
push:
branches: [ main ]
paths-ignore:
- '**.md'
pull_request:
# The branches below must be a subset of the branches above
branches: [ main ]
paths-ignore:
- '**.md'
schedule:
- cron: '0 0 * * 6' # Saturdays at midnight

Expand Down

0 comments on commit c8de58b

Please sign in to comment.