Skip to content

Commit 4ac4b5f

Browse files
authored
Run mend workflow on releases (#2392)
1 parent 9a85dbc commit 4ac4b5f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/mend.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ on:
44
push:
55
branches:
66
- main
7+
tags:
8+
- "v[0-9]+.[0-9]+.[0-9]+*"
79
paths-ignore:
810
- design/**
911
- deploy**
@@ -25,10 +27,13 @@ jobs:
2527
steps:
2628
- name: Checkout Repository
2729
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
30+
2831
- name: Download agent
2932
run: curl -LJO https://github.com/whitesource/unified-agent-distribution/releases/latest/download/wss-unified-agent.jar
33+
3034
- name: Verify JAR
3135
run: jarsigner -verify wss-unified-agent.jar
36+
3237
- name: Scan and upload
3338
env:
3439
PRODUCT_NAME: nginx-gateway-fabric_${{ github.ref_name }}

0 commit comments

Comments
 (0)