mirror of
https://github.com/prometheus/prometheus.git
synced 2026-05-28 04:02:21 -04:00
Merge pull request #18643 from roidelapluie/roidelapluie/govulncheck
ci: restrict govulncheck PR runs
This commit is contained in:
commit
d3eb439eb6
1 changed files with 3 additions and 0 deletions
3
.github/workflows/govulncheck.yml
vendored
3
.github/workflows/govulncheck.yml
vendored
|
|
@ -2,6 +2,9 @@
|
|||
name: govulncheck
|
||||
on:
|
||||
pull_request:
|
||||
paths:
|
||||
- VERSION
|
||||
- .github/workflows/govulncheck.yml
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
|
|
|
|||
Loading…
Reference in a new issue