ci: add manual trigger to CodeQL workflow

This commit is contained in:
Daniel Volz
2025-12-30 13:13:49 +01:00
parent a80cc43b06
commit dd716daa11
+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: