ソースを参照

fix backend ci

Rustam Gimadiev 4 年 前
コミット
3c54f39ca6
1 ファイル変更1 行追加1 行削除
  1. 1 1
      .github/workflows/backend.yml

+ 1 - 1
.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