From 515f7ea26dfb826d8e61f61b971a41c68f2630ef Mon Sep 17 00:00:00 2001 From: Gauvain <68083474+Gauvino@users.noreply.github.com> Date: Thu, 7 Aug 2025 13:01:22 +0200 Subject: [PATCH] =?UTF-8?q?fix:=20only=20run=20iOS=20build=20if=20it?= =?UTF-8?q?=E2=80=99s=20on=20a=20branch=20of=20the=20repo=20(#872)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build-ios.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build-ios.yml b/.github/workflows/build-ios.yml index 08260f3c..6b5ae5c9 100644 --- a/.github/workflows/build-ios.yml +++ b/.github/workflows/build-ios.yml @@ -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: