diff --git a/.circleci/config.yml b/.circleci/config.yml index 937cef9..d95e3ca 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -18,9 +18,14 @@ workflows: requires: - checkout - publishing: - requires: - - testing - - linting + requires: + - testing + - linting + filters: + branches: + ignore: /.*/ + tags: + only: /^v[0-9]+(\.[0-9]+)*$/ jobs: checkout: executor: go