diff --git a/.github/workflows/previews.yml b/.github/workflows/previews.yml index ec37d6160..c0ff46479 100644 --- a/.github/workflows/previews.yml +++ b/.github/workflows/previews.yml @@ -1,17 +1,18 @@ name: Build Native Previews on: - pull_request: - types: [opened, synchronize, reopened] - paths: - - 'packages/native-ui/**' - - 'apps/native-ui-storybook/**' + - push + # pull_request: + # types: [opened, synchronize, reopened] + # paths: + # - 'packages/native-ui/**' + # - 'apps/native-ui-storybook/**' env: CI: true jobs: build-for-android: - runs-on: macos-13 + runs-on: macos-13-xlarge concurrency: group: preview-android-${{ github.ref }} cancel-in-progress: true @@ -61,7 +62,7 @@ jobs: platform: 'android' build-for-ios: - runs-on: macos-13 + runs-on: macos-13-xlarge concurrency: group: preview-ios-${{ github.ref }} cancel-in-progress: true