Skip to content

Commit

Permalink
rm rn lib check
Browse files Browse the repository at this point in the history
  • Loading branch information
ksyeo1010 committed Nov 23, 2023
1 parent 3f15689 commit 87eda35
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,8 +6,6 @@ on:
paths:
- 'binding/react-native/**'
- 'lib/common/**'
- 'lib/android/**'
- 'lib/ios/**'
- '.github/workflows/react-native-tests.yml'
- 'resources/audio_samples/**'
- 'resources/.test/**'
Expand All @@ -16,8 +14,6 @@ on:
paths:
- 'binding/react-native/**'
- 'lib/common/**'
- 'lib/android/**'
- 'lib/ios/**'
- '.github/workflows/react-native-tests.yml'
- 'resources/audio_samples/**'
- 'resources/.test/**'
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 87eda35

Please sign in to comment.