diff --git a/.github/workflows/maven-sonar-build.yml b/.github/workflows/maven-sonar-build.yml index e0295d0cb1c6..5e5a03e86159 100644 --- a/.github/workflows/maven-sonar-build.yml +++ b/.github/workflows/maven-sonar-build.yml @@ -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' \ No newline at end of file + report_paths: 'openmetadata-service/target/surefire-reports/TEST-*.xml' diff --git a/.github/workflows/sync-docs-v1.yml b/.github/workflows/sync-docs-v1.yml index cde9663804e1..15e7d76f514e 100644 --- a/.github/workflows/sync-docs-v1.yml +++ b/.github/workflows/sync-docs-v1.yml @@ -39,7 +39,7 @@ jobs: destination-repository-name: 'docs-v1' user-email: openmetadata@getcollate.io commit-message: See ORIGIN_COMMIT from $GITHUB_REF - target-branch: publish + target-branch: main - name: Push images id: push_images @@ -54,7 +54,7 @@ jobs: destination-repository-name: 'docs-v1' user-email: openmetadata@getcollate.io commit-message: See ORIGIN_COMMIT from $GITHUB_REF - target-branch: publish + target-branch: main - name: Prepare Collate content and partials id: prepare_collate diff --git a/.run/Template JUnit.run.xml b/.run/Template JUnit.run.xml index e9df4c41e253..a76cd50c6bd1 100644 --- a/.run/Template JUnit.run.xml +++ b/.run/Template JUnit.run.xml @@ -5,7 +5,7 @@