Ensure gh-pages only runs on origin Github repo
This commit is contained in:
parent
f469ced106
commit
2df5b6af0b
1 changed files with 1 additions and 0 deletions
1
.github/workflows/gh-pages.yml
vendored
1
.github/workflows/gh-pages.yml
vendored
|
@ -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 }}
|
||||
|
|
Loading…
Reference in a new issue