ci: build android on pull_request
This commit is contained in:
parent
7c81e48da6
commit
6b2e3e19e2
1 changed files with 3 additions and 0 deletions
3
.github/workflows/android.yml
vendored
3
.github/workflows/android.yml
vendored
|
@ -2,6 +2,9 @@ name: macOS-Android
|
|||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
pull_request:
|
||||
|
||||
env:
|
||||
DEBUG: 'napi:*'
|
||||
|
|
Loading…
Reference in a new issue