We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a3e2246 + baca6c1 commit f356c00Copy full SHA for f356c00
1 file changed
.github/workflows/notify-website.yml
@@ -3,7 +3,7 @@ name: Notify Website of CLI Release
3
on:
4
push:
5
tags:
6
- - 'v*'
+ - '[0-9]*.[0-9]*.[0-9]*'
7
8
jobs:
9
notify:
0 commit comments