Skip to content

Commit 72588e7

Browse files
committed
ci: run test for test changes
1 parent 9063f4e commit 72588e7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

+2
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,13 @@ on:
44
branches: [ main, vnext ]
55
paths:
66
- 'src/**'
7+
- 'test/**'
78
- '!**/*.md'
89
pull_request:
910
branches: [ main, vnext ]
1011
paths:
1112
- 'src/**'
13+
- 'test/**'
1214
- '!**/*.md'
1315
workflow_dispatch:
1416
jobs:

0 commit comments

Comments
 (0)