Skip to content

Commit fad2e71

Browse files
committed
.
1 parent d97d442 commit fad2e71

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
lines changed

.github/workflows/ci-native-cli.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ name: React Native - RN CLI
33
on:
44
push:
55
branches: [main]
6-
paths: ['examples/native-cli/**']
6+
paths: ['examples/native-cli/**', '.github/workflows/ci-native-cli.yaml']
77
pull_request:
88
branches: ['**']
9-
paths: ['examples/native-cli/**']
9+
paths: ['examples/native-cli/**', '.github/workflows/ci-native-cli.yaml']
1010

1111
concurrency:
1212
group: ${{ github.workflow }}-${{ github.ref }}

.github/workflows/ci-native-expo.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ name: React Native - Expo
33
on:
44
push:
55
branches: [main]
6-
paths: ['examples/native-expo/**']
6+
paths: ['examples/native-expo/**', '.github/workflows/ci-native-expo.yaml']
77
pull_request:
88
branches: ['**']
9-
paths: ['examples/native-expo/**']
9+
paths: ['examples/native-expo/**', '.github/workflows/ci-native-expo.yaml']
1010

1111
concurrency:
1212
group: ${{ github.workflow }}-${{ github.ref }}

.github/workflows/ci-web-nextjs.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ name: Web - Next.js
33
on:
44
push:
55
branches: [main]
6-
paths: ['examples/web-nextjs/**']
6+
paths: ['examples/web-nextjs/**', '.github/workflows/ci-web-nextjs.yaml']
77
pull_request:
88
branches: ['**']
9-
paths: ['examples/web-nextjs/**']
9+
paths: ['examples/web-nextjs/**', '.github/workflows/ci-web-nextjs.yaml']
1010

1111
concurrency:
1212
group: ${{ github.workflow }}-${{ github.ref }}

.github/workflows/ci-web-vite.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ name: Web - Vite
33
on:
44
push:
55
branches: [main]
6-
paths: ['examples/web-vite/**']
6+
paths: ['examples/web-vite/**', '.github/workflows/ci-web-vite.yaml']
77
pull_request:
88
branches: ['**']
9-
paths: ['examples/web-vite/**']
9+
paths: ['examples/web-vite/**', '.github/workflows/ci-web-vite.yaml']
1010

1111
concurrency:
1212
group: ${{ github.workflow }}-${{ github.ref }}

.github/workflows/test-example-apps.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ name: Examples
33
on:
44
push:
55
branches: [main]
6-
paths: ['examples/xxx/**']
6+
paths: ['examples/**', '.github/**']
77
pull_request:
88
branches: ['**']
9-
paths: ['examples/xxx/**']
9+
paths: ['examples/**', '.github/**']
1010

1111
concurrency:
1212
group: ${{ github.workflow }}-${{ github.ref }}

0 commit comments

Comments
 (0)