Skip to content

Commit fe33d76

Browse files
authored
Added workflow_dispatch to ci.yml (#3204)
1 parent 6fce200 commit fe33d76

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@
1313
name: CI
1414

1515
on:
16+
# Allow manually triggering of the workflow.
17+
workflow_dispatch: {}
18+
1619
workflow_call:
1720
inputs:
1821
trigger-sha:

0 commit comments

Comments
 (0)