ci: don't run website deployment on forks

This commit is contained in:
Remo Senekowitsch 2024-10-30 12:43:18 +01:00 committed by Martin von Zweigbergk
parent f2acb98ef2
commit 91f869c32a

View File

@ -10,6 +10,7 @@ permissions:
jobs:
prerelease-docs-build-deploy:
if: github.repository_owner == 'martinvonz' # Stops this job from running on forks
strategy:
matrix:
os: [ubuntu-latest]