From 85564d3e97a5ae93681836c1a33cb825b62fd93f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Bylica?= Date: Wed, 20 May 2020 17:33:03 +0200 Subject: [PATCH] ci: Also check Go bindings for git tags --- circle.yml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/circle.yml b/circle.yml index 9b1051660..50ca4be0e 100644 --- a/circle.yml +++ b/circle.yml @@ -390,8 +390,14 @@ workflows: - build-clang38 - build-gcc-32bit - build-cmake-min - - bindings-go-latest - - bindings-go-min + - bindings-go-latest: + filters: + tags: + only: /.*/ + - bindings-go-min: + filters: + tags: + only: /.*/ - bindings-java - bindings-rust: requires: