Browse Source

Update frontend.yaml

Oleg Shur 4 năm trước cách đây
mục cha
commit
98370efaf2
1 tập tin đã thay đổi với 2 bổ sung1 xóa
  1. 2 1
      .github/workflows/frontend.yaml

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

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