run on job changes as well
Signed-off-by: cpanato <ctadeu@gmail.com>
This commit is contained in:
parent
7dd8f7a485
commit
54fa04c580
1 changed files with 1 additions and 2 deletions
3
.github/workflows/golangci-lint.yml
vendored
3
.github/workflows/golangci-lint.yml
vendored
|
@ -2,10 +2,9 @@ name: golangci-lint
|
||||||
|
|
||||||
on:
|
on:
|
||||||
pull_request:
|
pull_request:
|
||||||
branches:
|
|
||||||
- "*"
|
|
||||||
paths:
|
paths:
|
||||||
- '**/*.go'
|
- '**/*.go'
|
||||||
|
- '.github/workflows/golangci-lint.yml'
|
||||||
|
|
||||||
permissions:
|
permissions:
|
||||||
contents: read
|
contents: read
|
||||||
|
|
Loading…
Reference in a new issue