Skip to content

Commit

Permalink
ci: fix luarocks-release triggers (#288)
Browse files Browse the repository at this point in the history
  • Loading branch information
mrcjkb authored Dec 4, 2023
1 parent 703ec63 commit 633a0ab
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/luarocks-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ name: luarocks-release

on:
push:
release:
types:
- created
tags:
- "*"
release:
types:
- created
pull_request:
workflow_dispatch:

Expand Down

0 comments on commit 633a0ab

Please sign in to comment.