Skip to content

Commit 70875d5

Browse files
committed
Fix phpunit.xml name
1 parent 37e2255 commit 70875d5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/phpunit.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ on:
44
push:
55
paths:
66
- '**.php'
7-
- '.github/workflows/run-tests.yml'
8-
- 'phpunit.xml.dist'
7+
- '.github/workflows/phpunit.yml'
8+
- 'phpunit.xml.dist.dist'
99
- 'composer.json'
1010
- 'composer.lock'
1111

File renamed without changes.

0 commit comments

Comments
 (0)