Skip to content

Commit 98a1b2b

Browse files
authored
Update test.yml
1 parent c070e86 commit 98a1b2b

1 file changed

Lines changed: 3 additions & 5 deletions

File tree

.github/workflows/test.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
11
name: Test
2+
23
on:
34
push:
4-
branches:
5-
- main
6-
pull_request:
7-
branches:
8-
- main
5+
paths: ["**.go", "go.mod", ".github/workflows/*"]
6+
97
jobs:
108
test:
119
strategy:

0 commit comments

Comments
 (0)