From 19fa0e70b7e862577863e88cb81eb7503af94ba9 Mon Sep 17 00:00:00 2001 From: j-hui Date: Sun, 19 May 2024 00:17:15 -0400 Subject: [PATCH] fix: another attempt to trigger luarocks workflow This should be sufficient based on what nvim-tree does: https://github.com/nvim-tree/nvim-tree.lua/blob/master/.github/workflows/luarocks.yml --- .github/workflows/luarocks.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/luarocks.yml b/.github/workflows/luarocks.yml index 94099a2..3f51c8c 100644 --- a/.github/workflows/luarocks.yml +++ b/.github/workflows/luarocks.yml @@ -3,9 +3,7 @@ name: Push to Luarocks on: push: tags: - - '*' - release: - types: [published] # Triggered by release-please + - 'v[0-9]+.[0-9]+.[0-9]+' pull_request: # Tests a local luarocks install without publishing on PRs workflow_dispatch: # Allow manual trigger