Skip to content

Commit

Permalink
CI: Update codeql.yml to ignore insignificant changes
Browse files Browse the repository at this point in the history
  • Loading branch information
lkk7 committed May 1, 2024
1 parent f946b23 commit 8e0eac8
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,17 @@ name: "CodeQL"
on:
push:
branches: ["master"]
paths-ignore:
- "**/README.md"
- "LICENSE"
- "ChangeLog"
pull_request:
# The branches below must be a subset of the branches above
branches: ["master"]
paths-ignore:
- "**/README.md"
- "LICENSE"
- "ChangeLog"
schedule:
- cron: "0 1 2 * *"

Expand Down

0 comments on commit 8e0eac8

Please sign in to comment.