diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 7db560f..aeca417 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -3,6 +3,8 @@ name: Build on: push: branches: [ main ] + tags: + - '[0-9]+.[0-9]+.[0-9]+' pull_request: types: [ opened, synchronize, reopened ] diff --git a/CHANGELOG.md b/CHANGELOG.md index a139f8f..009bfbe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - [#14](https://github.com/green-code-initiative/ecoCode-javascript/pull/14) Create SonarQube plugin - [#12](https://github.com/green-code-initiative/ecoCode-javascript/issues/12) Pack ESLint plugin into SonarQube plugin - Backport all existing rules into SonarQube plugin +- [#207](https://github.com/green-code-initiative/ecoCode/issues/207) Add release tag analyzis on SonarCloud ### Changed