Skip to content

Commit 3765045

Browse files
committed
Fixed Workflow
1 parent f918bad commit 3765045

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/Test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@ name: Test
44
on:
55
push:
66
paths:
7-
- '*.php'
7+
- '**.php'
88
- 'composer.json'
99
branches:
1010
- main
1111
pull_request:
1212
paths:
13-
- '*.php'
13+
- '**.php'
1414
- 'composer.json'
1515
branches:
1616
- main

0 commit comments

Comments
 (0)