diff --git a/.github/workflows/codeql-analysis.yaml b/.github/workflows/codeql-analysis.yaml index 12e1ffd7..6c7e8223 100644 --- a/.github/workflows/codeql-analysis.yaml +++ b/.github/workflows/codeql-analysis.yaml @@ -2,9 +2,10 @@ name: "CodeQL" on: push: - branches: - - main - - adamve/codeql + paths: + - "android/**" + - "helper/**" + pull_requests: paths: - "android/**" - "helper/**"