mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-12 16:15:20 +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:
|
||||
build:
|
||||
runs-on: ubuntu-22.04
|
||||
|
||||
if: github.repository == 'minetest/minetest'
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
|
Reference in New Issue
Block a user