perf: limit codeql run only to source code (#13802)

This commit is contained in:
Constrat
2025-08-19 16:18:17 +02:00
committed by GitHub
parent 3009055cb0
commit 234b75dec2

View File

@@ -3,6 +3,15 @@ name: "CodeQL Advanced"
on:
pull_request:
branches: ["dev"]
paths:
- "3rdparty/include/**"
- "include/**"
- "src/**"
- "cmake/**"
- "CMakeLists.txt"
- "MAA.sln"
- ".github/workflows/ci.yml"
- "!**/*.md"
schedule:
- cron: "45 11 * * *"
workflow_dispatch: