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 }}