Skip to content

Commit fba91bd

Browse files
committed
Don't run the TS tests unless baselines change
1 parent e548eed commit fba91bd

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.github/workflows/test_typescript.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
name: Runs with TypeScript Tests
2-
on: [push, pull_request]
2+
on:
3+
push:
4+
paths:
5+
- "baselines/*"
6+
pull_request:
7+
paths:
8+
- "baselines/*"
9+
310

411
jobs:
512
test:

0 commit comments

Comments
 (0)