Skip to content

Commit de4f8d5

Browse files
authored
Adjust file matcher for yarn CI (#69)
1 parent 5bd5bdf commit de4f8d5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/yarn.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
push:
55
branches: [main]
66
paths:
7+
- "**.js"
78
- "**.ts"
89
- "js/**"
910
- ".eslintrc.cjs"
@@ -13,6 +14,7 @@ on:
1314
pull_request:
1415
branches: [main]
1516
paths:
17+
- "**.js"
1618
- "**.ts"
1719
- "js/**"
1820
- ".eslintrc.cjs"

0 commit comments

Comments
 (0)