From a46b88cae81a1fefe562a80b267ecc06acaec110 Mon Sep 17 00:00:00 2001 From: Dustin Miller <1342542+spdustin@users.noreply.github.com> Date: Sun, 12 Nov 2023 20:49:51 -0600 Subject: [PATCH] update CodeQL config --- .github/workflows/codeql.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index bed76c2..7a0ae42 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -14,6 +14,7 @@ name: "CodeQL" on: push: branches: [ "main" ] + paths: [ "*.js", "**.py" ] pull_request: # The branches below must be a subset of the branches above branches: [ "main" ]