Skip to content

Commit aed887a

Browse files
committed
2 parents 75c004e + 64970a4 commit aed887a

File tree

2 files changed

+123
-232
lines changed

2 files changed

+123
-232
lines changed

.github/workflows/test.yml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,28 @@ name: Tests
33
on:
44
push:
55
branches: [ main ]
6+
paths:
7+
- 'src/**'
8+
- '__tests__/**'
9+
- '*.ts'
10+
- '*.js'
11+
- 'package.json'
12+
- 'package-lock.json'
13+
- 'tsconfig.json'
14+
- 'vitest.config.ts'
15+
- '.github/workflows/test.yml'
616
pull_request:
717
branches: [ main ]
18+
paths:
19+
- 'src/**'
20+
- '__tests__/**'
21+
- '*.ts'
22+
- '*.js'
23+
- 'package.json'
24+
- 'package-lock.json'
25+
- 'tsconfig.json'
26+
- 'vitest.config.ts'
27+
- '.github/workflows/test.yml'
828

929
jobs:
1030
test:

0 commit comments

Comments
 (0)