Ensure gh-pages only runs on origin Github repo
All checks were successful
Publish doxygen documentation to seodisparate.com / doxygen-gen-and-publish (push) Successful in 1s
Run UnitTests / build-and-run-unittests (push) Successful in 15s

This commit is contained in:
Stephen Seo 2024-11-14 17:20:23 +09:00
parent f469ced106
commit 2df5b6af0b

View file

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