Skip to content

Commit e53d8aa

Browse files
committed
Update workflow triggers to include version tags for builds
1 parent c5e6f08 commit e53d8aa

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/go.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ name: Build and upload for all platforms
55
on:
66
push:
77
branches: [ "main" ]
8+
tags:
9+
- "v*.*.*"
810
pull_request:
911
branches: [ "main" ]
1012

0 commit comments

Comments
 (0)