Explorar o código

#498 add backend and frontend paths for e2e tests triggering

Anna Antipova %!s(int64=4) %!d(string=hai) anos
pai
achega
686a319678
Modificáronse 1 ficheiros con 3 adicións e 0 borrados
  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: