From 04a6512a6bd29f472e647cc635e6f85358b7346a Mon Sep 17 00:00:00 2001 From: Millian Lamiaux Date: Sun, 12 Jul 2026 07:27:55 +0200 Subject: [PATCH] =?UTF-8?q?ci:=20pr-iphone-deploy=20=E2=80=94=20filtre=20p?= =?UTF-8?q?aths=20tabatago-swift/**=20uniquement?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Ne déclenche le build/deploy iPhone que si des fichiers dans tabatago-swift/ ou le workflow lui-même sont modifiés. --- .github/workflows/pr-iphone-deploy.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/pr-iphone-deploy.yml b/.github/workflows/pr-iphone-deploy.yml index 4fbb346..8a55925 100644 --- a/.github/workflows/pr-iphone-deploy.yml +++ b/.github/workflows/pr-iphone-deploy.yml @@ -8,6 +8,9 @@ on: pull_request: branches: [main] types: [opened, synchronize, reopened] + paths: + - 'tabatago-swift/**' + - '.github/workflows/pr-iphone-deploy.yml' permissions: contents: write