Skip to content

Commit 42518b0

Browse files
Update .github/workflows/release.yml
Co-authored-by: MatteoPologruto <109663225+MatteoPologruto@users.noreply.github.com>
1 parent f396c43 commit 42518b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Release arduino-app-cli
33
on:
44
push:
55
tags:
6-
- "*" # Trigger on all tags
6+
- "v[0-9]+.[0-9]+.[0-9]+*"
77

88
env:
99
GO_VERSION: "1.25.1"

0 commit comments

Comments
 (0)