algolia / algoliasearch-client-java

⚡️ A fully-featured and blazing-fast Java API client to interact with Algolia.
https://www.algolia.com/doc/api-client/getting-started/install/java/
MIT License
46 stars 33 forks source link

chore: fix CircleCI filtering to release only tagged commits #720

Closed aseure closed 4 years ago

aseure commented 4 years ago

See https://discuss.circleci.com/t/workflow-job-with-tag-filter-being-run-for-every-commit/20762/4 for more details (short answer: CircleCI filters are ORed instead of ANDed since 2.0, also, all required jobs needs to accepts all tags).