Trigger workflow for every branch

This commit is contained in:
Shinokuni 2020-09-13 15:19:41 +02:00
parent 156601e0c5
commit f1bf65d629
1 changed files with 2 additions and 4 deletions

View File

@ -3,12 +3,10 @@ name: Android CI
on:
push:
branches:
- master
- develop
- '**'
pull_request:
branches:
- master
- develop
- '**'
jobs:
build: