Skip to content

Commit a70d7ee

Browse files
authored
Update go.yml
1 parent fe9210a commit a70d7ee

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.github/workflows/go.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,18 @@ on:
44
push:
55
branches:
66
- 'master'
7+
paths:
8+
- 'scripts/**'
9+
- 'tools/**'
10+
- '**/*.go'
11+
- '**/*.gohtml'
12+
- '**/*.proto'
13+
- 'go.mod'
14+
- 'go.sum'
15+
- 'Makefile'
16+
- '!**.*md'
17+
- '.github/workflows/**'
18+
- '!.github/workflows/readme-stars.yml'
719
pull_request:
820
types: [ opened, synchronize, reopened ]
921
branches:

0 commit comments

Comments
 (0)