Skip to content

Commit

Permalink
fix(ci): run luarocks CI on new releases too and let us run the CI ma…
Browse files Browse the repository at this point in the history
…nually
  • Loading branch information
NTBBloodbath committed Feb 3, 2024
1 parent a3e08b4 commit 06a0ad3
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/luarocks.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
name: Luarocks release
on:
push:
releases:
types:
- created
tags:
- "*"
workflow_dispatch:

jobs:
luarocks-release:
Expand All @@ -11,6 +15,8 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 0 # Required to count the commits
- name: Luarocks Upload
uses: mrcjkb/luarocks-tag-release@v5
with:
Expand Down

0 comments on commit 06a0ad3

Please sign in to comment.