فهرست منبع

#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: