Skip to content

Commit

Permalink
Merge pull request #2148 from ArielSAdams/fix-2147-remove-codeql-path…
Browse files Browse the repository at this point in the history
…s-ignore

Fix #2147, Remove CodeQL Paths Ignore
  • Loading branch information
dzbaker committed Oct 3, 2022
2 parents 8d6f89c + ccd0623 commit d9eadbf
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/codeql-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,7 @@ name: "CodeQL Analysis"

on:
push:
paths-ignore:
- '**/*.md'
- '**/*.txt'
- '**/*.dox'

pull_request:
paths-ignore:
- '**/*.md'
- '**/*.txt'
- '**/*.dox'

jobs:
codeql:
Expand Down

0 comments on commit d9eadbf

Please sign in to comment.