diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 62c4e46c9..3f6748d08 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -61,6 +61,8 @@ jobs: - '**/*.spec.ts' - '**/*.test.tsx' - '**/*.spec.tsx' + - 'packages/e2e-tests/**' + - 'scripts/**' # Autobuild attempts to build any compiled languages (C/C++, C#, Go, or Java). # If this step fails, then you should remove it and run the build manually (see below)