diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 89103a5f2..41393f265 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -14,9 +14,19 @@ name: "CodeQL" on: push: branches: [ main ] + paths-ignore: + - 'docs/**' + - '*.md' + - 'LICENSE.txt' + - 'PROJECT' pull_request: # The branches below must be a subset of the branches above branches: [ main ] + paths-ignore: + - 'docs/**' + - '*.md' + - 'LICENSE.txt' + - 'PROJECT' schedule: - cron: '0 0 * * 0'