ci: do not fail fast on debug apk builds

This commit is contained in:
Arun Babu Neelicattu 2021-03-25 13:33:46 +01:00 committed by Benoit Marty
parent ff1d8c310e
commit 467d3e764e

View file

@ -11,6 +11,7 @@ jobs:
runs-on: ubuntu-latest
if: github.ref != 'refs/heads/master'
strategy:
fail-fast: false
matrix:
target: [ Gplay, Fdroid ]
steps: