Disable build workflow on forked repos

This commit is contained in:
Zac 2024-11-10 20:37:45 +00:00 committed by GitHub
parent 14f2cb569f
commit 7ed9171ec0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -10,6 +10,7 @@ on:
jobs:
build:
if: github.repository_owner == 'theonlyzac'
runs-on: ubuntu-latest
steps: