Skip to content

Commit 5cd897a

Browse files
grabboubartolkaruza
authored andcommitted
Update CircleCI config as per support request
1 parent 7715d18 commit 5cd897a

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.circleci/config.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -659,6 +659,14 @@ workflows:
659659
- publish_npm_package:
660660
requires:
661661
- setup_android
662+
filters:
663+
# Both of the following conditions must be included!
664+
# Ignore any commit on any branch by default.
665+
branches:
666+
ignore: /.*/
667+
# Only act on version tags.
668+
tags:
669+
only: /v[0-9]+(\.[0-9]+)*(\-rc(\.[0-9]+)?)?/
662670

663671
analysis:
664672
jobs:

0 commit comments

Comments
 (0)