Skip to content

Commit a4374ab

Browse files
committed
build: allow the workflow to be manually run
1 parent efb3116 commit a4374ab

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/codeql.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,9 @@ on:
2828
# Run the workflow once a week (Sunday at midnight):
2929
- cron: '0 0 * * 0'
3030

31+
# Allow the workflow to be manually run:
32+
workflow_dispatch:
33+
3134
# Workflow jobs:
3235
jobs:
3336

0 commit comments

Comments
 (0)