From b0a50a4a93e56d1f26492e3bffc5e56d0ac96185 Mon Sep 17 00:00:00 2001 From: Stephen Seo Date: Tue, 29 Oct 2024 18:50:18 +0900 Subject: [PATCH] Edit Github Action to run only on Github --- .github/workflows/deploy_gh_pages.yml | 1 + 1 file changed, 1 insertion(+) 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