Skip to content

Commit d9ba6b7

Browse files
committed
Revert "fix(ci): fix glob pattern for luarocks workflow"
This reverts commit ebd7f74.
1 parent b61e8af commit d9ba6b7

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
@@ -3,7 +3,7 @@ name: Push to Luarocks
33
on:
44
push:
55
tags:
6-
- 'v*.*.*'
6+
- 'v[0-9]+.[0-9]+.[0-9]+'
77
pull_request: # Tests a local luarocks install without publishing on PRs
88
workflow_dispatch: # Allow manual trigger
99

0 commit comments

Comments
 (0)