Trigger workflow for every branch
This commit is contained in:
parent
156601e0c5
commit
f1bf65d629
6
.github/workflows/android.yml
vendored
6
.github/workflows/android.yml
vendored
@ -3,12 +3,10 @@ name: Android CI
|
|||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- master
|
- '**'
|
||||||
- develop
|
|
||||||
pull_request:
|
pull_request:
|
||||||
branches:
|
branches:
|
||||||
- master
|
- '**'
|
||||||
- develop
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user