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