Skip to content

Commit 11f5eab

Browse files
committed
chore: run onlytest on change workflow yml
1 parent f1707bb commit 11f5eab

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/onlytest.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,14 @@ on:
66
paths:
77
- "**.go"
88
- "go.mod"
9+
- ".github/workflows/onlytest.yml"
910
pull_request:
1011
branches:
1112
- "**"
1213
paths:
1314
- "**.go"
1415
- "go.mod"
16+
- ".github/workflows/onlytest.yml"
1517

1618
jobs:
1719
test:

0 commit comments

Comments
 (0)