Merge pull request #8 from DanielVolz/fix/codeql-manual-trigger

ci: add manual trigger to CodeQL workflow
This commit is contained in:
Daniel Volz
2025-12-30 13:16:02 +01:00
committed by GitHub
+1
View File
@@ -7,6 +7,7 @@ on:
branches: [main]
schedule:
- cron: "0 6 * * 1" # Weekly on Monday at 6am UTC
workflow_dispatch: # Allow manual trigger
jobs:
analyze: