We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f396c43 commit 42518b0Copy full SHA for 42518b0
.github/workflows/release.yml
@@ -3,7 +3,7 @@ name: Release arduino-app-cli
3
on:
4
push:
5
tags:
6
- - "*" # Trigger on all tags
+ - "v[0-9]+.[0-9]+.[0-9]+*"
7
8
env:
9
GO_VERSION: "1.25.1"
0 commit comments