Skip to content

Commit 899ada0

Browse files
author
Georg Traar
committed
Only run CI tests, when there is a change in source or tests
1 parent 2de4ef6 commit 899ada0

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/test.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,19 @@ on:
44
push:
55
branches:
66
- main
7+
paths:
8+
- 'src/**/*'
9+
- 'test/**/*'
10+
- 'package.json'
11+
- 'tsconfig.json'
712
pull_request:
813
branches:
914
- main
15+
paths:
16+
- 'src/**/*'
17+
- 'test/**/*'
18+
- 'package.json'
19+
- 'tsconfig.json'
1020

1121
jobs:
1222
test:

0 commit comments

Comments
 (0)