diff --git a/.github/workflows/govulncheck.yaml b/.github/workflows/govulncheck.yaml index c0046391f..033e659be 100644 --- a/.github/workflows/govulncheck.yaml +++ b/.github/workflows/govulncheck.yaml @@ -13,8 +13,10 @@ # limitations under the License. name: 'govulncheck' -on: [pull_request] - +on: + pull_request: + branches: + - 'release-*' jobs: govulncheck: runs-on: ubuntu-latest