From 3c54f39ca66e90e65bbf94fcb4c54ee084787f5f Mon Sep 17 00:00:00 2001 From: Rustam Gimadiev Date: Mon, 22 Mar 2021 23:15:45 +0300 Subject: [PATCH] fix backend ci --- .github/workflows/backend.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/backend.yml b/.github/workflows/backend.yml index 75897cd7b8..614dfbb1d4 100644 --- a/.github/workflows/backend.yml +++ b/.github/workflows/backend.yml @@ -3,7 +3,7 @@ on: pull_request: types: ['opened', 'edited', 'reopened', 'synchronize'] paths: - - '!kafka-ui-react-app/**' + - 'kafka-ui-api/**' jobs: build: runs-on: ubuntu-latest