From 3659605c6d46f22acac37df685c7bfa2507230ac Mon Sep 17 00:00:00 2001 From: John Bampton Date: Wed, 28 Jan 2026 00:31:54 +1000 Subject: [PATCH] Stop deploy workflow runnnig on forks --- .github/workflows/deploy.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index fc6f05b7..d39e9ed9 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -7,6 +7,7 @@ on: jobs: deployment: + if: github.repository == 'NextCommunity/NextCommunity.github.io' permissions: pages: write # to deploy to Pages id-token: write # to verify the deployment originates from an appropriate source