diff --git a/.github/workflows/deploy_gh_pages.yml b/.github/workflows/deploy_gh_pages.yml index 39b0ce8..472eaab 100644 --- a/.github/workflows/deploy_gh_pages.yml +++ b/.github/workflows/deploy_gh_pages.yml @@ -7,6 +7,7 @@ permissions: contents: write jobs: deploy: + if: github.repository == 'Stephen-Seo/TurnBasedMinecraftMod' runs-on: ubuntu-latest steps: - name: Get Python and Git