We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14e9738 commit 8e659ecCopy full SHA for 8e659ec
.github/FUNDING.yml
@@ -0,0 +1 @@
1
+github: [CodeLieutenant]
.github/workflows/test.yml
@@ -4,9 +4,15 @@ on:
4
push:
5
branches:
6
- master
7
+ path:
8
+ - 'src/**'
9
+ - 'tests/**'
10
pull_request:
11
12
13
+ paths:
14
15
16
17
env:
18
XDEBUG_MODE: "coverage"
0 commit comments