From: Stephen Seo Date: Thu, 14 Nov 2024 08:20:23 +0000 (+0900) Subject: Ensure gh-pages only runs on origin Github repo X-Git-Url: https://git.seodisparate.com/stephenseo/LD55?a=commitdiff_plain;h=2df5b6af0bfa94d6e23d5aa9f7e262cf7eb1b87f;p=EntityComponentMetaSystem Ensure gh-pages only runs on origin Github repo --- diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index 7f08984..50d66c5 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -7,6 +7,7 @@ on: jobs: build-deploy-doxygen-docs: + if: github.repository == 'Stephen-Seo/EntityComponentMetaSystem' runs-on: ubuntu-latest concurrency: group: ${{ github.workflow }}-${{ github.ref }}