Skip to content

Commit 8e659ec

Browse files
Setup funding
Signed-off-by: Dusan Malusev <[email protected]>
1 parent 14e9738 commit 8e659ec

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

.github/FUNDING.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
github: [CodeLieutenant]

.github/workflows/test.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,15 @@ on:
44
push:
55
branches:
66
- master
7+
path:
8+
- 'src/**'
9+
- 'tests/**'
710
pull_request:
811
branches:
912
- master
13+
paths:
14+
- 'src/**'
15+
- 'tests/**'
1016

1117
env:
1218
XDEBUG_MODE: "coverage"

0 commit comments

Comments
 (0)