We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d7ad0f commit 6b012b2Copy full SHA for 6b012b2
1 file changed
.github/workflows/release.yml
@@ -3,7 +3,7 @@ name: Release
3
on:
4
push:
5
tags:
6
- - '*' # Push events to matching v*, i.e. v1.0, v20.15.10
+ - '*.*' # Push events to matching v*, i.e. v1.0, v20.15.10
7
8
jobs:
9
build:
0 commit comments