Skip to content

Commit 6012fd2

Browse files
committed
Fix mutation-tests workflow
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
1 parent 91e4b01 commit 6012fd2

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/mutation-tests.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,14 @@ on:
77
branches:
88
- master
99
paths:
10-
- '*/classes/**.php'
10+
- 'src/**.php'
11+
- 'test/classes/**.php'
1112
pull_request:
1213
branches:
1314
- master
1415
paths:
15-
- '*/classes/**.php'
16+
- 'src/**.php'
17+
- 'test/classes/**.php'
1618
workflow_dispatch:
1719
schedule:
1820
- cron: '0 0 * * *'

0 commit comments

Comments
 (0)