1
0
mirror of https://github.com/labstack/echo.git synced 2024-12-24 20:14:31 +02:00

Merge pull request #1637 from pofl/patch-2

Run Test Workflow only if Go code was changed
This commit is contained in:
Roland Lammel 2020-11-11 14:48:26 +01:00 committed by GitHub
commit 7a90304d2d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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