Skip to content

Commit d4b7858

Browse files
authored
Add workflow_dispatch to allow manual run
Add workflow_dispatch to allow manual run
1 parent 1184325 commit d4b7858

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,10 @@ on:
1919
branches: [ main ]
2020
schedule:
2121
- cron: '38 13 * * 3'
22-
22+
workflow_dispatch:
23+
# To allow manual workflow execution
24+
branches: [ main ]
25+
2326
jobs:
2427
analyze:
2528
name: Analyze

0 commit comments

Comments
 (0)