Browse Source

#498 add backend and frontend paths for e2e tests triggering

Anna Antipova 3 năm trước cách đây
mục cha
commit
686a319678
1 tập tin đã thay đổi với 3 bổ sung0 xóa
  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: