Skip to content

Commit a23fd67

Browse files
authored
add github action to run sonar analysis on tag push (#158)
Signed-off-by: Radouane Khouadri <redouane.khouadri_externe@rte-france.com>
1 parent 0cdc197 commit a23fd67

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
name: SonarCloud Analysis on Tag Push
2+
3+
on:
4+
push:
5+
tags:
6+
- 'v*'
7+
8+
jobs:
9+
build:
10+
uses: powsybl/github-ci/.github/workflows/sonarcloud-maven-tag-analysis.yml@5e7bee4d67fe4e15e15be7ee6b4ef14aff2ed701
11+
secrets:
12+
sonar-token: ${{ secrets.SONAR_TOKEN }}

0 commit comments

Comments
 (0)