We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea8cb78 commit 600746dCopy full SHA for 600746d
.github/workflows/luarocks.yml
@@ -1,7 +1,9 @@
1
---
2
name: LuaRocks release
3
4
-on: [push]
+on:
5
+ release:
6
+ types: [published]
7
8
jobs:
9
luarocks-release:
0 commit comments