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/**'
|
- 'example/android/**'
|
||||||
- 'yarn.lock'
|
- 'yarn.lock'
|
||||||
- 'example/yarn.lock'
|
- 'example/yarn.lock'
|
||||||
|
- 'scripts/build-android-npm-package.sh'
|
||||||
|
- 'android-npm/**'
|
||||||
pull_request:
|
pull_request:
|
||||||
paths:
|
paths:
|
||||||
- '.github/workflows/build-android.yml'
|
- '.github/workflows/build-android.yml'
|
||||||
@ -17,6 +19,8 @@ on:
|
|||||||
- 'example/android/**'
|
- 'example/android/**'
|
||||||
- 'yarn.lock'
|
- 'yarn.lock'
|
||||||
- 'example/yarn.lock'
|
- 'example/yarn.lock'
|
||||||
|
- 'scripts/build-android-npm-package.sh'
|
||||||
|
- 'android-npm/**'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build_lib:
|
build_lib:
|
||||||
|
Loading…
Reference in New Issue
Block a user