Browse Source

Update frontend.yaml

Oleg Shur 4 years ago
parent
commit
98370efaf2
1 changed files with 2 additions and 1 deletions
  1. 2 1
      .github/workflows/frontend.yaml

+ 2 - 1
.github/workflows/frontend.yaml

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