Skip to content

Commit 31599cf

Browse files
authored
Workflow also run on changes to go.mod, _fixture, .github changes
1 parent a7b6d44 commit 31599cf

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/echo.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,17 @@ on:
66
- master
77
paths:
88
- '**.go'
9+
- 'go.*'
10+
- '_fixture/**'
11+
- '.github/**'
912
pull_request:
1013
branches:
1114
- master
1215
paths:
1316
- '**.go'
17+
- 'go.*'
18+
- '_fixture/**'
19+
- '.github/**'
1420

1521
env:
1622
GO111MODULE: on

0 commit comments

Comments
 (0)