Skip to content

Commit

Permalink
chore(ci): fix ios build workflow draft
Browse files Browse the repository at this point in the history
  • Loading branch information
luisecm committed Oct 30, 2024
1 parent b234595 commit e9e1e8d
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions .github/workflows/build-release-ios.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit e9e1e8d

Please sign in to comment.