mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-13 00:25:19 +02:00
Restrict lua_api_deploy workflow to main repo
This commit is contained in:
4
.github/workflows/lua_api_deploy.yml
vendored
4
.github/workflows/lua_api_deploy.yml
vendored
@@ -16,8 +16,8 @@ on:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: ubuntu-22.04
|
if: github.repository == 'minetest/minetest'
|
||||||
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user