Skip to content

Commit

Permalink
Restrict lua_api_deploy workflow to main repo
Browse files Browse the repository at this point in the history
  • Loading branch information
sfan5 committed Mar 24, 2024
1 parent 5727d74 commit bac7d32
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lua_api_deploy.yml
Expand Up @@ -15,9 +15,9 @@ on:
- master

jobs:
if: github.repository == 'minetest/minetest'
build:
runs-on: ubuntu-22.04

runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4

Expand Down

0 comments on commit bac7d32

Please sign in to comment.