Browse Source

Update backend.yml

Oleg Shur 4 years ago
parent
commit
76c77690f3
1 changed files with 2 additions and 1 deletions
  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: