Oleg Shur пре 4 година
родитељ
комит
76c77690f3
1 измењених фајлова са 2 додато и 1 уклоњено
  1. 2 1
      .github/workflows/backend.yml

+ 2 - 1
.github/workflows/backend.yml

@@ -1,6 +1,7 @@
 name: backend
 on:
-  push:
+  pull_request:
+    types: ['opened', 'edited', 'reopened', 'synchronize']
     paths:
     - '!kafka-ui-react-app/**'
 jobs: