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: