mirror of
https://github.com/minetest/minetest.git
synced 2024-11-23 08:03:45 +01:00
Restrict lua_api_deploy workflow to main repo
This commit is contained in:
parent
5727d74d37
commit
b42b03bc40
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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user