Skip to content

Commit a3f48a4

Browse files
committed
chore: update test workflow
1 parent 6b77ba8 commit a3f48a4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@ name: test
33
on:
44
pull_request:
55
paths:
6-
- "*.ts"
6+
- "**.ts"
77
push:
88
branches:
99
- "develop"
1010
paths:
11-
- "*.ts"
11+
- "**.ts"
1212
workflow_dispatch:
1313

1414
jobs:

0 commit comments

Comments
 (0)