소스 검색

#498 add backend and frontend paths for e2e tests triggering

Anna Antipova 3 년 전
부모
커밋
686a319678
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 3 0
      .github/workflows/e2e-checks.yaml

+ 3 - 0
.github/workflows/e2e-checks.yaml

@@ -3,6 +3,9 @@ on:
   pull_request:
     types: ['opened', 'edited', 'reopened', 'synchronize']
     paths:
+      - 'kafka-ui-api/**'
+      - 'kafka-ui-contract/**'
+      - 'kafka-ui-react-app/**'
       - 'kafka-ui-e2e-checks/**'
 jobs:
   build: