minor(ci): enable sonar CI on release branch (#18275)

* minor(ci): enable sonar CI on release branch

* update sonar workflow to run for all release branch

(cherry picked from commit 5cc129999933dd8bc8168ba79492a816f1db5251)
This commit is contained in:
Chirag Madlani 2024-10-15 14:25:55 +05:30
parent 2d4537c4d8
commit 5e08c103a7

View File

@ -16,7 +16,7 @@ on:
push: push:
branches: branches:
- main - main
- '0.[0-9]+.[0-9]+' - '[0-9]+.[0-9]+.[0-9]+'
paths: paths:
- "openmetadata-service/**" - "openmetadata-service/**"
- "openmetadata-ui/**" - "openmetadata-ui/**"
@ -116,4 +116,4 @@ jobs:
with: with:
github_token: ${{ secrets.GITHUB_TOKEN }} github_token: ${{ secrets.GITHUB_TOKEN }}
fail_on_test_failures: true fail_on_test_failures: true
report_paths: 'openmetadata-service/target/surefire-reports/TEST-*.xml' report_paths: 'openmetadata-service/target/surefire-reports/TEST-*.xml'