Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/ci-native-cli.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ name: React Native - RN CLI
on:
push:
branches: [main]
paths: ['examples/native-cli/**']
paths: ['examples/native-cli/**', '.github/workflows/ci-native-cli.yaml']
pull_request:
branches: ['**']
paths: ['examples/native-cli/**']
paths: ['examples/native-cli/**', '.github/workflows/ci-native-cli.yaml']

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
Expand All @@ -26,7 +26,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: 20.x
node-version: 22.x
cache: 'yarn'

- name: Install Example
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/ci-native-expo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ name: React Native - Expo
on:
push:
branches: [main]
paths: ['examples/native-expo/**']
paths: ['examples/native-expo/**', '.github/workflows/ci-native-expo.yaml']
pull_request:
branches: ['**']
paths: ['examples/native-expo/**']
paths: ['examples/native-expo/**', '.github/workflows/ci-native-expo.yaml']

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
Expand All @@ -26,7 +26,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: 20.x
node-version: 22.x
cache: 'yarn'

- name: Install Example
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/ci-web-nextjs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ name: Web - Next.js
on:
push:
branches: [main]
paths: ['examples/web-nextjs/**']
paths: ['examples/web-nextjs/**', '.github/workflows/ci-web-nextjs.yaml']
pull_request:
branches: ['**']
paths: ['examples/web-nextjs/**']
paths: ['examples/web-nextjs/**', '.github/workflows/ci-web-nextjs.yaml']

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
Expand All @@ -26,7 +26,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: 20.x
node-version: 22.x
cache: 'yarn'

- name: Install Example
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/ci-web-vite.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ name: Web - Vite
on:
push:
branches: [main]
paths: ['examples/web-vite/**']
paths: ['examples/web-vite/**', '.github/workflows/ci-web-vite.yaml']
pull_request:
branches: ['**']
paths: ['examples/web-vite/**']
paths: ['examples/web-vite/**', '.github/workflows/ci-web-vite.yaml']

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
Expand All @@ -26,7 +26,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: 20.x
node-version: 22.x
cache: 'yarn'

- name: Install Example
Expand Down
152 changes: 0 additions & 152 deletions .github/workflows/test-example-apps.yml

This file was deleted.