Skip to content

Commit 05fda55

Browse files
committed
chore(ci): Only build production builds for visionOS and tvOS
1 parent 53742b0 commit 05fda55

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/sample-application.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -335,7 +335,7 @@ jobs:
335335
fail-fast: false
336336
matrix:
337337
# @callstack/react-native-visionos is New Architecture only.
338-
build-type: ["dev", "production"]
338+
build-type: ["production"]
339339
steps:
340340
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
341341

@@ -421,7 +421,7 @@ jobs:
421421
strategy:
422422
fail-fast: false
423423
matrix:
424-
build-type: ["dev", "production"]
424+
build-type: ["production"]
425425
steps:
426426
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
427427

0 commit comments

Comments
 (0)