chore: Switch re-usable for specific action (#220)

This commit is contained in:
iThorgrim
2025-01-22 14:28:57 +01:00
committed by GitHub
parent 2e89531b05
commit 4e068e4c46
4 changed files with 109 additions and 12 deletions

14
.github/workflows/build-lua52.yml vendored Normal file
View File

@@ -0,0 +1,14 @@
name: Build mod-eluna with Lua52 🌙
on:
push:
branches:
- 'master'
- 'action'
pull_request:
jobs:
build_lua52:
uses: ./.github/workflows/core-build-base.yml
with:
lua_version: 'lua52'