Skip to content

Commit

Permalink
Fix ci (#41)
Browse files Browse the repository at this point in the history
* Fix ci

* Fix ci

* Fix
  • Loading branch information
aromanov91 authored May 18, 2024
1 parent 93cea1f commit 8d673c9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/ci-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@ name: CI - Pull Request
on:
pull_request:
branches:
- 'main'
- main
push:
branches:
- develop
workflow_dispatch:

jobs:
Expand Down Expand Up @@ -55,7 +58,7 @@ jobs:
uses: oversizedev/GithubWorkflows/.github/workflows/build-app.yml@main
strategy:
matrix:
destination: ['platform=watchOS Simulator,name=Apple Watch Ultra 2 (49mm),OS=10.2', 'platform=watchOS Simulator,name=Apple Watch Series 8 (45mm),OS=9.4']
destination: ['platform=watchOS Simulator,name=Apple Watch SE (44mm) (2nd generation),OS=10.5']
with:
path: Example/Example
scheme: Example (watchOS)
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
uses: oversizedev/GithubWorkflows/.github/workflows/build-app.yml@main
strategy:
matrix:
destination: ['platform=watchOS Simulator,name=Apple Watch Ultra 2 (49mm),OS=10.2', 'platform=watchOS Simulator,name=Apple Watch Series 8 (45mm),OS=9.4']
destination: ['platform=watchOS Simulator,name=Apple Watch SE (44mm) (2nd generation),OS=10.5']
with:
path: Example/Example
scheme: Example (watchOS)
Expand Down

0 comments on commit 8d673c9

Please sign in to comment.