fix: only run iOS build if it’s on a branch of the repo (#872)

This commit is contained in:
Gauvain
2025-08-07 13:01:22 +02:00
committed by GitHub
parent e83bbf3121
commit 515f7ea26d

View File

@@ -13,6 +13,7 @@ on:
jobs:
build:
if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name == 'streamyfin/streamyfin'
runs-on: macos-15
name: 🏗️ Build iOS IPA
permissions: