Skip to content

Commit 64bb47f

Browse files
committed
ci: simplify luarocks release tag pattern as it was not firing
1 parent c24c047 commit 64bb47f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Diff for: .github/workflows/luarocks-release.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
name: Luarocks Release
2+
23
on:
34
push:
45
tags:
5-
- 'v[0-9]+.[0-9]+.[0-9]+'
6+
- v*
67
workflow_dispatch:
8+
79
jobs:
810
luarocks-upload:
911
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)