Merge branch 'develop' into ready/removeJacoco

This commit is contained in:
Óscar García Amor 2022-06-17 10:29:46 +02:00 committed by GitHub
commit 2bae243be0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -140,7 +140,7 @@ workflows:
- generate_signed_apk: - generate_signed_apk:
filters: filters:
tags: tags:
only: /^[0-9]+(\.[0-9]+)*/ only: /^[0-9]+(\.[0-9]+)*(-beta\.[0-9]+)?/
branches: branches:
ignore: /.*/ ignore: /.*/
- publish_github_signed_apk: - publish_github_signed_apk:
@ -148,7 +148,7 @@ workflows:
- generate_signed_apk - generate_signed_apk
filters: filters:
tags: tags:
only: /^[0-9]+(\.[0-9]+)*/ only: /^[0-9]+(\.[0-9]+)*(-beta\.[0-9]+)?/
branches: branches:
ignore: /.*/ ignore: /.*/