Skip to content

Commit

Permalink
workflows: no need for code analysis on docs
Browse files Browse the repository at this point in the history
  • Loading branch information
gdamore committed Dec 31, 2024
1 parent 7031975 commit c3bb282
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,11 @@ name: "CodeQL"
on:
push:
branches: [main]
paths-ignore: ["docs/**", "**.adoc", "**.md"]
pull_request:
# The branches below must be a subset of the branches above
branches: [main]
paths-ignore: ["docs/**", "**.adoc", "**.md"]
schedule:
- cron: "27 2 * * 2"

Expand Down

0 comments on commit c3bb282

Please sign in to comment.