actions: run on all branches
This commit is contained in:
parent
27e39b6c10
commit
248fc89c9b
1 changed files with 2 additions and 2 deletions
4
.github/workflows/android.yml
vendored
4
.github/workflows/android.yml
vendored
|
@ -2,9 +2,9 @@ name: Android CI
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [ "dev" ]
|
branches: []
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: [ "dev" ]
|
branches: []
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
|
Loading…
Reference in a new issue