Skip to content

Commit

Permalink
Updated codeql push events to ignore changes from docs folder
Browse files Browse the repository at this point in the history
  • Loading branch information
ritchiecarroll committed Jun 14, 2023
1 parent a2f14d1 commit 3ac70c1
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 @@ -3,6 +3,8 @@ name: "CodeQL"
on:
push:
branches: [master]
paths-ignore:
- 'docs/**'
pull_request:
# The branches below must be a subset of the branches above
branches: [master]
Expand Down

0 comments on commit 3ac70c1

Please sign in to comment.