Skip to content

Commit a7b6d44

Browse files
authored
Run Test Workflow only if Go code was changed
1 parent 28ec3f7 commit a7b6d44

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/echo.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,13 @@ on:
44
push:
55
branches:
66
- master
7+
paths:
8+
- '**.go'
79
pull_request:
810
branches:
911
- master
12+
paths:
13+
- '**.go'
1014

1115
env:
1216
GO111MODULE: on

0 commit comments

Comments
 (0)