Skip to content

Commit 658065e

Browse files
committed
Add option to run CodeQL manually
1 parent b6ec7b6 commit 658065e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ on:
1111
- 'src/**/*' # Trigger only when files in src folder are changed
1212
schedule:
1313
- cron: '0 14 * * 0' # Schedule a weekly run
14+
workflow_dispatch: # Allows the workflow to be run manually
1415

1516
jobs:
1617
analyze:

0 commit comments

Comments
 (0)