Browse Source

#498 add backend and frontend paths for e2e tests triggering

Anna Antipova 3 years ago
parent
commit
686a319678
1 changed files with 3 additions and 0 deletions
  1. 3 0
      .github/workflows/e2e-checks.yaml

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

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