From 21c077ab13feb6ca79ec08fbcf450d5724002a00 Mon Sep 17 00:00:00 2001 From: Atharva Matale Date: Sat, 4 Apr 2026 23:26:45 +0530 Subject: [PATCH] fix: resolve 167 --- .github/workflows/build-and-deploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-and-deploy.yml b/.github/workflows/build-and-deploy.yml index 80c97162..f35dceac 100644 --- a/.github/workflows/build-and-deploy.yml +++ b/.github/workflows/build-and-deploy.yml @@ -70,7 +70,7 @@ jobs: deploy: name: Deploy to GitHub pages # Do not run this unless *pushing* to `master`. - if: github.event_name == 'push' && github.ref == 'refs/heads/master' + if: github.event_name == 'push' && github.ref == 'refs/heads/master' && github.repository == 'gbdev/gb-asm-tutorial' environment: name: github-pages url: ${{ steps.deployment.outputs.page_url }} @@ -79,4 +79,4 @@ jobs: steps: - name: Deploy to GitHub Pages id: deployment - uses: actions/deploy-pages@v4 + uses: actions/deploy-pages@v4 \ No newline at end of file