From 64bb47f868e1d120df1ff0cb63fb626c4b076459 Mon Sep 17 00:00:00 2001 From: Alexander Courtis Date: Mon, 21 Apr 2025 08:59:56 +1000 Subject: [PATCH] ci: simplify luarocks release tag pattern as it was not firing --- .github/workflows/luarocks-release.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/luarocks-release.yml b/.github/workflows/luarocks-release.yml index a4e5d135..3468283b 100644 --- a/.github/workflows/luarocks-release.yml +++ b/.github/workflows/luarocks-release.yml @@ -1,9 +1,11 @@ name: Luarocks Release + on: push: tags: - - 'v[0-9]+.[0-9]+.[0-9]+' + - v* workflow_dispatch: + jobs: luarocks-upload: runs-on: ubuntu-latest