瀏覽代碼

Update frontend.yaml

Oleg Shur 4 年之前
父節點
當前提交
98370efaf2
共有 1 個文件被更改,包括 2 次插入1 次删除
  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/**'