Skip to content

Commit

Permalink
Make govulncheck only run on release branches
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewSirenko committed Sep 11, 2024
1 parent cf297cc commit dc5b4bc
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/govulncheck.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,10 @@
# limitations under the License.

name: 'govulncheck'
on: [pull_request]

on:
pull_request:
branches:
- 'release-*'
jobs:
govulncheck:
runs-on: ubuntu-latest
Expand Down

0 comments on commit dc5b4bc

Please sign in to comment.