Jelajahi Sumber

limit integration tests to PRs

Matthew R. Kasun 3 tahun lalu
induk
melakukan
fd1f94e855
1 mengubah file dengan 2 tambahan dan 1 penghapusan
  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: