1
0
mirror of https://github.com/labstack/echo.git synced 2024-11-28 08:38:39 +02:00

Run Test Workflow only if Go code was changed

This commit is contained in:
Florian Polster 2020-09-12 10:57:58 +02:00 committed by GitHub
parent 28ec3f7bdb
commit a7b6d444a4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,9 +4,13 @@ on:
push:
branches:
- master
paths:
- '**.go'
pull_request:
branches:
- master
paths:
- '**.go'
env:
GO111MODULE: on