#498 add backend and frontend paths for e2e tests triggering
This commit is contained in:
parent
02462a4497
commit
686a319678
1 changed files with 3 additions and 0 deletions
3
.github/workflows/e2e-checks.yaml
vendored
3
.github/workflows/e2e-checks.yaml
vendored
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue