Skip to content

Commit

Permalink
do not run react native tests
Browse files Browse the repository at this point in the history
  • Loading branch information
laves committed Nov 22, 2023
1 parent 7c8a55e commit e771d0e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/react-native-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,13 @@ on:
paths:
- 'binding/react-native/**'
- 'lib/common/**'
- 'lib/android/**'
- 'lib/ios/**'
- '.github/workflows/react-native-tests.yml'
- 'resources/audio_samples/**'
pull_request:
branches: [ master, 'v[0-9]+.[0-9]+' ]
paths:
- 'binding/react-native/**'
- 'lib/common/**'
- 'lib/android/**'
- 'lib/ios/**'
- '.github/workflows/react-native-tests.yml'
- 'resources/audio_samples/**'

Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/react-native.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,13 @@ on:
- 'binding/react-native/**'
- '!binding/react-native/README.md'
- 'lib/common/**'
- 'lib/android/**'
- 'lib/ios/**'
- '.github/workflows/react-native.yml'
pull_request:
branches: [ master, 'v[0-9]+.[0-9]+' ]
paths:
- 'binding/react-native/**'
- '!binding/react-native/README.md'
- 'lib/common/**'
- 'lib/android/**'
- 'lib/ios/**'
- '.github/workflows/react-native.yml'

defaults:
Expand Down

0 comments on commit e771d0e

Please sign in to comment.