Skip to content

Commit 6c257ef

Browse files
authored
fix(repo): fix codecov ci trigger (#19334)
1 parent 43edba1 commit 6c257ef

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/taiko-client--test.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
name: "CI"
22

33
on:
4+
push:
5+
branches: [main]
6+
paths:
7+
- "packages/taiko-client/**"
48
pull_request:
59
types: [opened, synchronize, reopened, ready_for_review]
610
paths:

0 commit comments

Comments
 (0)