trigger github actions build for PRs as well
This commit is contained in:
parent
ed9fbf3066
commit
daf7f99377
1 changed files with 1 additions and 1 deletions
2
.github/workflows/android.yml
vendored
2
.github/workflows/android.yml
vendored
|
@ -1,6 +1,6 @@
|
|||
name: Android CI
|
||||
|
||||
on: [push]
|
||||
on: [push, pull_request]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
|
Loading…
Reference in a new issue