Commit 3a8dc0b1 authored by Martin Santangelo's avatar Martin Santangelo

(fix) regex circle

No related merge requests found
......@@ -135,8 +135,8 @@ build:androidproduction-playstore:
when: on_success
only:
refs:
- /^stable-*/
- /^test-*/
- /^stable.*/
- /^test.*/
# Deploy Web/PlayStore versions to s3 and browserstack
deploy:s3andbrowserstack:
......@@ -153,8 +153,8 @@ deploy:s3andbrowserstack:
- build:androidproduction-playstore
only:
refs:
- /^stable-*/
- /^test-*/
- /^stable.*/
- /^test.*/
deploy:google_play:
image: circleci/android:api-28-node
......
Please register or to comment