mirror of https://github.com/kubernetes/kops.git
Run dependency review only on go.mod changes
This commit is contained in:
parent
40096b6684
commit
50ca8b3f4d
|
|
@ -1,5 +1,9 @@
|
|||
name: 'Dependency Review'
|
||||
on: [pull_request]
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
paths:
|
||||
- 'go.mod'
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
|
|
|
|||
Loading…
Reference in New Issue