瀏覽代碼

Merge pull request #1406 from gravitl/workflow

limit integration tests to PRs
Alex Feiszli 3 年之前
父節點
當前提交
b805028686
共有 1 個文件被更改,包括 2 次插入1 次删除
  1. 2 1
      .github/workflows/test.yml

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

@@ -1,7 +1,8 @@
 name: Integration Test
 
 on:
-  push:
+  pull-request:
+    types: [opened, reopened]
 
 jobs:
   build: