Skip to content

Commit

Permalink
Add option to run CodeQL manually
Browse files Browse the repository at this point in the history
  • Loading branch information
hknokh committed Apr 30, 2024
1 parent b6ec7b6 commit 658065e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ on:
- 'src/**/*' # Trigger only when files in src folder are changed
schedule:
- cron: '0 14 * * 0' # Schedule a weekly run
workflow_dispatch: # Allows the workflow to be run manually

jobs:
analyze:
Expand Down

0 comments on commit 658065e

Please sign in to comment.