Skip to content

Commit 6d211b8

Browse files
committed
restrict to full semver versions
1 parent 2e7f71e commit 6d211b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/luarocks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Release
22
on:
33
push:
44
tags:
5-
- 'v*'
5+
- 'v[0-9]+.[0-9]+.[0-9]+'
66
workflow_dispatch:
77
pull_request: # Will test luarocks installation on PR, without uploading
88
jobs:

0 commit comments

Comments
 (0)