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:
parent
28ec3f7bdb
commit
a7b6d444a4
4
.github/workflows/echo.yml
vendored
4
.github/workflows/echo.yml
vendored
@ -4,9 +4,13 @@ on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
paths:
|
||||
- '**.go'
|
||||
pull_request:
|
||||
branches:
|
||||
- master
|
||||
paths:
|
||||
- '**.go'
|
||||
|
||||
env:
|
||||
GO111MODULE: on
|
||||
|
Loading…
Reference in New Issue
Block a user