diff --git a/.circleci/config.yml b/.circleci/config.yml index e65cd23a..6fedf4ff 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -73,7 +73,7 @@ workflows: promu_opts: "-p linux/amd64 -p windows/amd64 -p linux/arm64 -p darwin/amd64 -p darwin/arm64 -p linux/386" filters: tags: - ignore: /^v2(\.[0-9]+){2}(-.+|[^-.]*)$/ + ignore: /^v.*/ branches: ignore: /^(main|release-.*|.*build-all.*)$/ - prometheus/build: @@ -83,8 +83,7 @@ workflows: branches: only: /^(main|release-.*|.*build-all.*)$/ tags: - only: /^v2(\.[0-9]+){2}(-.+|[^-.]*)$/ - + only: /^v.*/ - codespell: filters: tags: @@ -108,6 +107,6 @@ workflows: - build_all filters: tags: - only: /^v[0-9]+(\.[0-9]+){2}(-.+|[^-.]*)$/ + only: /^v.*/ branches: ignore: /.*/