Browse Source

Merge pull request #1406 from gravitl/workflow

limit integration tests to PRs
Alex Feiszli 3 years ago
parent
commit
b805028686
1 changed files with 2 additions and 1 deletions
  1. 2 1
      .github/workflows/test.yml

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

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