Skip to content

Commit 2c873e8

Browse files
authored
Merge branch 'master' into release-please--branches--master--components--nvim-tree
2 parents 04af914 + 64bb47f commit 2c873e8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/luarocks-release.yml

Lines changed: 3 additions & 1 deletion
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)