Skip to content

Commit 2561d1c

Browse files
committed
enhances CI tests
1 parent 6f7cb20 commit 2561d1c

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/tests.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,18 @@ name: Run Tests
33
on:
44
pull_request:
55
branches: [ main ]
6+
paths:
7+
- '**.go'
8+
- 'go.sum'
9+
- 'go.mod'
10+
- '.github/workflows/*.yml'
611
push:
712
branches: [ main ]
13+
paths:
14+
- '**.go'
15+
- 'go.sum'
16+
- 'go.mod'
17+
- '.github/workflows/*.yml'
818

919
jobs:
1020
test:

0 commit comments

Comments
 (0)