Skip to content

Commit

Permalink
ci: Also check Go bindings for git tags
Browse files Browse the repository at this point in the history
  • Loading branch information
chfast committed May 20, 2020
1 parent 9ec1d76 commit 85564d3
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 85564d3

Please sign in to comment.