Explorar el Código

fix backend ci

Rustam Gimadiev hace 4 años
padre
commit
3c54f39ca6
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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