Skip to content

Commit 952ad66

Browse files
committed
fix: Add workflow_dispatch
1 parent 2674894 commit 952ad66

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/coverage.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
name: Python Coverage
2-
on: [push, pull_request]
2+
on:
3+
push:
4+
pull_request:
5+
workflow_dispatch:
36
jobs:
47
build:
58
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)