Skip to content

Commit

Permalink
Update circle.yml (#301)
Browse files Browse the repository at this point in the history
  • Loading branch information
prithivraj authored Jun 29, 2021
1 parent fd968d9 commit 4631b38
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,17 +83,17 @@ workflows:
- ios:
filters:
tags:
only: /[0-9](\.[0-9]+)+/
only: /[0-9]+(\.[0-9]+)+/
- android:
filters:
tags:
only: /[0-9](\.[0-9]+)+/
only: /[0-9]+(\.[0-9]+)+/
- publish:
requires:
- ios
- android
filters:
tags:
only: /[0-9](\.[0-9]+)+/
only: /[0-9]+(\.[0-9]+)+/
branches:
ignore: /.*/

0 comments on commit 4631b38

Please sign in to comment.