1
0
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:
Florian Polster 2020-11-11 10:19:05 +01:00 committed by GitHub
parent a7b6d444a4
commit 31599cf1f4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,11 +6,17 @@ on:
- master - master
paths: paths:
- '**.go' - '**.go'
- 'go.*'
- '_fixture/**'
- '.github/**'
pull_request: pull_request:
branches: branches:
- master - master
paths: paths:
- '**.go' - '**.go'
- 'go.*'
- '_fixture/**'
- '.github/**'
env: env:
GO111MODULE: on GO111MODULE: on