mirror of
https://github.com/labstack/echo.git
synced 2024-12-24 20:14:31 +02:00
Workflow also run on changes to go.mod, _fixture, .github changes
This commit is contained in:
parent
a7b6d444a4
commit
31599cf1f4
6
.github/workflows/echo.yml
vendored
6
.github/workflows/echo.yml
vendored
@ -6,11 +6,17 @@ on:
|
||||
- master
|
||||
paths:
|
||||
- '**.go'
|
||||
- 'go.*'
|
||||
- '_fixture/**'
|
||||
- '.github/**'
|
||||
pull_request:
|
||||
branches:
|
||||
- master
|
||||
paths:
|
||||
- '**.go'
|
||||
- 'go.*'
|
||||
- '_fixture/**'
|
||||
- '.github/**'
|
||||
|
||||
env:
|
||||
GO111MODULE: on
|
||||
|
Loading…
Reference in New Issue
Block a user