mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-12-29 08:29:09 +00:00
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:
parent
eb49d7a5bc
commit
5cc1299999
4
.github/workflows/maven-sonar-build.yml
vendored
4
.github/workflows/maven-sonar-build.yml
vendored
@ -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'
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user