diff --git a/.github/workflows/codeql-analysis.yaml b/.github/workflows/codeql-analysis.yaml index 08f2f22..f76b06f 100644 --- a/.github/workflows/codeql-analysis.yaml +++ b/.github/workflows/codeql-analysis.yaml @@ -14,9 +14,15 @@ name: "CodeQL" on: push: branches: [ "master" ] + paths: + - "**.py" + - "**.js" pull_request: # The branches below must be a subset of the branches above branches: [ "master" ] + paths: + - "**.py" + - "**.js" schedule: - cron: '35 4 * * 3'