Skip to content

Commit

Permalink
fix: trigger luarocks workflow on release published
Browse files Browse the repository at this point in the history
c4762f2 did not work
  • Loading branch information
j-hui committed May 18, 2024
1 parent 0767f36 commit ecfb680
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/luarocks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
tags:
- '*'
release:
types: [released] # Triggered by release-please
types: [published] # Triggered by release-please
pull_request: # Tests a local luarocks install without publishing on PRs
workflow_dispatch: # Allow manual trigger

Expand Down

0 comments on commit ecfb680

Please sign in to comment.