Skip to content

Commit 937681a

Browse files
committed
Update coverage.yml
1 parent 5a4c299 commit 937681a

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/coverage.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,13 @@
11
name: PHP Tests
22

33
on:
4-
push:
4+
workflow_dispatch:
5+
pull_request:
56
branches:
67
- main
8+
push:
9+
paths:
10+
- ".github/workflows/coverage.yml"
711

812
jobs:
913
test:

0 commit comments

Comments
 (0)