diff --git a/.github/workflows/codeql.yaml b/.github/workflows/codeql.yaml index 281abe4..617ce7e 100644 --- a/.github/workflows/codeql.yaml +++ b/.github/workflows/codeql.yaml @@ -5,12 +5,13 @@ on: branches: - main paths: - - src/index.ts + - src/**/*.ts + push: branches: - main paths: - - src/index.ts + - src/**/*.ts permissions: actions: read