mirror of
https://github.com/jellyfin/jellyfin.org.git
synced 2026-09-03 04:50:05 +03:00
deploy anything targeting jf,org repo
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user