Skip to content

Commit

Permalink
Minor workflow tweaks.
Browse files Browse the repository at this point in the history
  • Loading branch information
Julian committed Sep 23, 2024
1 parent 96ac8be commit abc7abe
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
name: "LuaRocks Release"
name: "Release"
on:
push:
tags:
- "v*"
- "v*.*"

jobs:
luarocks-release:
name: "LuaRocks Release"
runs-on: ubuntu-latest

steps:
Expand Down

0 comments on commit abc7abe

Please sign in to comment.