We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6ec7b6 commit 658065eCopy full SHA for 658065e
1 file changed
.github/workflows/codeql-analysis.yml
@@ -11,6 +11,7 @@ on:
11
- 'src/**/*' # Trigger only when files in src folder are changed
12
schedule:
13
- cron: '0 14 * * 0' # Schedule a weekly run
14
+ workflow_dispatch: # Allows the workflow to be run manually
15
16
jobs:
17
analyze:
0 commit comments