deploy anything targeting jf,org repo

This commit is contained in:
BotBlake
2026-05-05 11:59:25 +02:00
parent 80e365a72e
commit 00a3dcf8a3
+1 -1
View File
@@ -37,7 +37,7 @@ jobs:
deploy:
name: Deploy
if: ${{ github.event.workflow_run.conclusion == 'success' && github.event.workflow_run.head_repository.full_name == 'jellyfin/jellyfin.org' }}
if: ${{ github.event.workflow_run.conclusion == 'success' && github.repository == 'jellyfin/jellyfin.org' }}
uses: ./.github/workflows/deploy.yml
permissions:
contents: read