Skip to content

Commit

Permalink
Merge pull request #1637 from pofl/patch-2
Browse files Browse the repository at this point in the history
Run Test Workflow only if Go code was changed
  • Loading branch information
lammel authored Nov 11, 2020
2 parents 2ab69d8 + 31599cf commit 7a90304
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/echo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,19 @@ on:
push:
branches:
- master
paths:
- '**.go'
- 'go.*'
- '_fixture/**'
- '.github/**'
pull_request:
branches:
- master
paths:
- '**.go'
- 'go.*'
- '_fixture/**'
- '.github/**'

env:
GO111MODULE: on
Expand Down

0 comments on commit 7a90304

Please sign in to comment.