CI: Run lint if ".golangci.yml" was changed.

This commit is contained in:
Joachim Bauch 2023-10-26 09:53:26 +02:00
parent 861c4e628d
commit 1333d821d9
No known key found for this signature in database
GPG key ID: 77C1D22D53E15F02

View file

@ -5,12 +5,14 @@ on:
branches: [ master ]
paths:
- '.github/workflows/lint.yml'
- '.golangci.yml'
- '**.go'
- 'go.*'
pull_request:
branches: [ master ]
paths:
- '.github/workflows/lint.yml'
- '.golangci.yml'
- '**.go'
- 'go.*'