fix backend ci
This commit is contained in:
parent
7c86adbd67
commit
3c54f39ca6
1 changed files with 1 additions and 1 deletions
2
.github/workflows/backend.yml
vendored
2
.github/workflows/backend.yml
vendored
|
@ -3,7 +3,7 @@ on:
|
||||||
pull_request:
|
pull_request:
|
||||||
types: ['opened', 'edited', 'reopened', 'synchronize']
|
types: ['opened', 'edited', 'reopened', 'synchronize']
|
||||||
paths:
|
paths:
|
||||||
- '!kafka-ui-react-app/**'
|
- 'kafka-ui-api/**'
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
Loading…
Add table
Reference in a new issue