Skip to content

Commit a4c8d9d

Browse files
committed
[ISSUE 207] Add SonarCloud analysis for tags
1 parent c8357d8 commit a4c8d9d

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ on:
66
paths-ignore:
77
- '*.md'
88
- '.github/**/*.yml'
9+
tags:
10+
- '[0-9]+.[0-9]+.[0-9]+'
911
pull_request:
1012
types: [ opened, synchronize, reopened ]
1113
jobs:

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1111

1212
- Home page URL for plugins (for display on SonarQube administration page)
1313
- add `eco-design` tag on all rules on Java, PHP, Python and javascript plugins
14+
- [#207](https://github.com/green-code-initiative/ecoCode/issues/207) Add release tag analyzis on SonarCloud
1415

1516
### Changed
1617

0 commit comments

Comments
 (0)