chore: Switch re-usable for specific action (#220)
This commit is contained in:
14
.github/workflows/build-luajit.yml
vendored
Normal file
14
.github/workflows/build-luajit.yml
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
name: Build mod-eluna with LuaJIT 🌙
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- 'master'
|
||||
- 'action'
|
||||
pull_request:
|
||||
|
||||
jobs:
|
||||
build_luajit:
|
||||
uses: ./.github/workflows/core-build-base.yml
|
||||
with:
|
||||
lua_version: 'luajit'
|
||||
Reference in New Issue
Block a user