Skip to content

Commit

Permalink
Build.yaml updated. Marketplace version updated to beta.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Selim Ustel committed Jun 1, 2023
1 parent 26cd411 commit 9199bfe
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/Build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,13 @@ name: Run build

on:
push:
branches: [main]
branches:
- main
- 'mx/release/**'
pull_request:
branches: [main]

branches:
- main
- 'mx/release/**'
jobs:
test:
name: "Build (${{ matrix.os }})"
Expand Down
2 changes: 1 addition & 1 deletion packages/jsActions/mobile-resources-native/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"url": "https://github.com/mendix/native-widgets.git"
},
"marketplace": {
"minimumMXVersion": "9.24.0.2965",
"minimumMXVersion": "10.0.0-beta.2",
"marketplaceId": 109513
},
"testProject": {
Expand Down
4 changes: 2 additions & 2 deletions packages/jsActions/nanoflow-actions-native/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"url": "https://github.com/mendix/native-widgets.git"
},
"marketplace": {
"minimumMXVersion": "9.24.0.2965",
"minimumMXVersion": "10.0.0-beta.2",
"marketplaceId": 109515
},
"testProject": {
Expand All @@ -36,4 +36,4 @@
"eslint": "^7.20.0",
"rollup": "^2.68.0"
}
}
}

0 comments on commit 9199bfe

Please sign in to comment.