diff --git a/.circleci/config.yml b/.circleci/config.yml index 28156aa6..3e554019 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -41,9 +41,6 @@ workflows: requires: - go-build filters: - branches: - ignore: - - main tags: only: /^v.*/ diff --git a/CHANGELOG.md b/CHANGELOG.md index bbf31a90..7b981648 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Fixed + +- Fix CI jobs generating new releases + ## [0.6.0] - 2024-09-24 ### Added