Run the vulnerability check on PR that change the file

Signed-off-by: Matt Farina <matt.farina@suse.com>
This commit is contained in:
Matt Farina 2025-12-09 15:47:56 -05:00
parent bc9462f20f
commit 24a82589f8
No known key found for this signature in database
GPG key ID: 92C44A3D421FF7F9

View file

@ -4,6 +4,10 @@ on:
paths:
- go.sum
- .github/workflows/govulncheck.yml
pull_request:
paths:
- go.sum
- .github/workflows/govulncheck.yml
schedule:
- cron: "0 0 * * *"