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
This commit is contained in:
Chirag Madlani 2024-10-15 14:25:55 +05:30 committed by GitHub
parent eb49d7a5bc
commit 5cc1299999
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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