Skip to content

Commit b7b2719

Browse files
only trigger commits on vX.Y.Z tags (#2368)
1 parent 2bb9add commit b7b2719

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-post-merge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ name: Create Release
77
on:
88
push:
99
tags:
10-
- 'v*'
10+
- 'v[0-9]+.[0-9]+.[0-9]+'
1111
workflow_call:
1212
inputs:
1313
tag:

0 commit comments

Comments
 (0)