We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7715d18 commit 5cd897aCopy full SHA for 5cd897a
.circleci/config.yml
@@ -659,6 +659,14 @@ workflows:
659
- publish_npm_package:
660
requires:
661
- 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]+)?)?/
670
671
analysis:
672
jobs:
0 commit comments