run on job changes as well
Signed-off-by: cpanato <ctadeu@gmail.com>
This commit is contained in:
parent
5c28415e17
commit
fff011cad2
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:
|
||||
pull_request:
|
||||
branches:
|
||||
- "*"
|
||||
paths:
|
||||
- '**/*.go'
|
||||
- '.github/workflows/golangci-lint.yml'
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
|
|
Loading…
Reference in a new issue