From e9e1e8d69babd3a02f21d09d1e0f0cb99b13c6e8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luis=20Carden=CC=83a?= <35935591+luisecm@users.noreply.github.com> Date: Tue, 29 Oct 2024 23:21:33 -0600 Subject: [PATCH] chore(ci): fix ios build workflow draft --- .github/workflows/build-release-ios.yml | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-release-ios.yml b/.github/workflows/build-release-ios.yml index 73a080d88..68b1faaa1 100644 --- a/.github/workflows/build-release-ios.yml +++ b/.github/workflows/build-release-ios.yml @@ -1,6 +1,15 @@ name: Build iOS on: + pull_request: + types: [opened, synchronize, reopened, edited] + paths-ignore: + - ".github/workflows/**" + - "!.github/workflows/automated-tests.yml" + - ".gitignore" + - ".prettierrc.json" + - "PULL_REQUEST_TEMPLATE.md" + - "README.md" push: branches: - main @@ -51,10 +60,10 @@ jobs: run: npm run build - name: Capacitor update - run: npx cap update + run: npx cap update ios - name: Capacitor copy - run: npx cap copy + run: npx cap copy ios - name: Build project env: