Skip to content

Commit aef6de1

Browse files
committed
Add missing tag trigger for ci
Signed-off-by: Tom Kennedy <ktom@vmware.com>
1 parent c0bd139 commit aef6de1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ on:
55
branches:
66
- main
77
- release/**
8+
tags:
9+
- v[0-9]+.[0-9]+.[0-9]+-?**
810
pull_request:
911
branches:
1012
- release/**

0 commit comments

Comments
 (0)