diff --git a/.circleci/config.yml b/.circleci/config.yml index 7be2411..916f081 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -44,12 +44,22 @@ jobs: command: goreleaser workflows: version: 2 + build: + jobs: + - build: + filters: + branches: + only: /.*/ + tags: + ignore: /^[0-9]+(\.[0-9]+)*/ build-and-release: jobs: - build: filters: + branches: + ignore: /.*/ tags: - only: /.*/ + only: /^[0-9]+(\.[0-9]+)*/ - release: requires: - build