diff --git a/.github/workflows/selenium-tests.yml b/.github/workflows/selenium-tests.yml index 8573826ddc3..a0b83777827 100644 --- a/.github/workflows/selenium-tests.yml +++ b/.github/workflows/selenium-tests.yml @@ -6,8 +6,14 @@ name: Selenium Java CI on: push: branches: [main] + paths: + - 'catalog-rest-service/src/main/resource/ui/**' + - 'catalog-rest-service/src/test/java/org/openmetadata/catalog/selenium/pages/**' pull_request: branches: [main] + paths: + - 'catalog-rest-service/src/main/resource/ui/**' + - 'catalog-rest-service/src/test/java/org/openmetadata/catalog/selenium/pages/**' jobs: build: