From 287778452c14cc11c025db0f552eebb23b72723c Mon Sep 17 00:00:00 2001 From: James Peacock Date: Thu, 7 Mar 2024 13:55:54 +0000 Subject: [PATCH] PP-12211 Update CodeQL config --- .github/workflows/codeql.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 04cb8f5745..476ed649eb 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -6,6 +6,8 @@ on: paths: - 'app/**' - 'test/**' + push: + branches: [ "master" ] schedule: # Weekly schedule - cron: '43 7 * * 1' @@ -31,6 +33,10 @@ jobs: with: # CodeQL options: [ 'c-cpp', 'csharp', 'go', 'java-kotlin', 'javascript-typescript', 'python', 'ruby', 'swift' ] languages: 'javascript-typescript' + config: | + paths: + - 'app/**' + - 'test/**' - name: Parse Node version id: parse-node-version