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