chore: Also run CI on android-npm changes
This commit is contained in:
parent
1a78fc9550
commit
a591cea809
4
.github/workflows/build-android.yml
vendored
4
.github/workflows/build-android.yml
vendored
@ -10,6 +10,8 @@ on:
|
||||
- 'example/android/**'
|
||||
- 'yarn.lock'
|
||||
- 'example/yarn.lock'
|
||||
- 'scripts/build-android-npm-package.sh'
|
||||
- 'android-npm/**'
|
||||
pull_request:
|
||||
paths:
|
||||
- '.github/workflows/build-android.yml'
|
||||
@ -17,6 +19,8 @@ on:
|
||||
- 'example/android/**'
|
||||
- 'yarn.lock'
|
||||
- 'example/yarn.lock'
|
||||
- 'scripts/build-android-npm-package.sh'
|
||||
- 'android-npm/**'
|
||||
|
||||
jobs:
|
||||
build_lib:
|
||||
|
Loading…
Reference in New Issue
Block a user