mirror of https://github.com/readrops/Readrops.git
Trigger workflow for every branch
This commit is contained in:
parent
156601e0c5
commit
f1bf65d629
|
@ -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…
Reference in New Issue