Skip to content

Commit e5ee9b2

Browse files
committed
Comments
1 parent d382107 commit e5ee9b2

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/test_typescript.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,16 @@
11
name: Runs with TypeScript Tests
22
on: [push, pull_request]
33

4+
# When it's ready
5+
# on:
6+
# push:
7+
# paths:
8+
# - "baselines/*"
9+
# pull_request:
10+
# paths:
11+
# - "baselines/*"
12+
13+
414
jobs:
515
test:
616
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)