Merge pull request #8 from DanielVolz/fix/codeql-manual-trigger
ci: add manual trigger to CodeQL workflow
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user