#498 add backend and frontend paths for e2e tests triggering

This commit is contained in:
Anna Antipova 2021-07-30 12:38:46 +03:00
parent 02462a4497
commit 686a319678

View file

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