Merge pull request #112 from TheOnlyZac/theonlyzac-dev
Some checks failed
CI / build (push) Has been cancelled
Frogress / update-progress (push) Has been cancelled

Disable build workflow on forked repos
This commit is contained in:
Zac 2024-11-10 15:40:06 -05:00 committed by GitHub
commit 1c4ec61e6a
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: