Skip to content

Commit 8dbfb21

Browse files
committed
Fix invalid YAML in workflow: quote glob pattern **.php in paths filter
1 parent 1eda210 commit 8dbfb21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/run-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: run-tests
33
on:
44
push:
55
paths:
6-
- **.php
6+
- '**.php'
77
- .github/workflows/run-tests.yml
88
- phpunit.xml.dist
99
- composer.json

0 commit comments

Comments
 (0)