diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index d9a548b3b..01b917f6e 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -6,6 +6,8 @@ on: pull_request: # The branches below must be a subset of the branches above branches: [ "dev" ] + paths-ignore: + - 'src/tests/**' schedule: - cron: '43 12 * * 3'