diff --git a/.github/workflows/selenium-tests.yml b/.github/workflows/selenium-tests.yml index e63af401d86..25d2094ac67 100644 --- a/.github/workflows/selenium-tests.yml +++ b/.github/workflows/selenium-tests.yml @@ -7,8 +7,8 @@ on: push: branches: [main] paths: - - 'catalog-rest-service/src/main/resource/ui/**' - - 'catalog-rest-service/src/test/java/org/openmetadata/catalog/selenium/pages/**' + - 'openmetadata-ui/src/main/resource/ui/**' + - 'openmetadata-ui/src/test/java/org/openmetadata/catalog/selenium/pages/**' pull_request: branches: [main] paths: