Skip to content

Commit a8a99cf

Browse files
committed
fix: correct workflow dispatch for coverage job
1 parent 2ba287e commit a8a99cf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
push:
55
branches:
66
- main
7-
workflow_dispatch:
7+
workflow_dispatch:
88

99
jobs:
1010
coverage:

0 commit comments

Comments
 (0)