Skip to content

Commit 7a90304

Browse files
authored
Merge pull request #1637 from pofl/patch-2
Run Test Workflow only if Go code was changed
2 parents 2ab69d8 + 31599cf commit 7a90304

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/echo.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,19 @@ on:
44
push:
55
branches:
66
- master
7+
paths:
8+
- '**.go'
9+
- 'go.*'
10+
- '_fixture/**'
11+
- '.github/**'
712
pull_request:
813
branches:
914
- master
15+
paths:
16+
- '**.go'
17+
- 'go.*'
18+
- '_fixture/**'
19+
- '.github/**'
1020

1121
env:
1222
GO111MODULE: on

0 commit comments

Comments
 (0)