Răsfoiți Sursa

limit integration tests to PRs

Matthew R. Kasun 3 ani în urmă
părinte
comite
fd1f94e855
1 a modificat fișierele cu 2 adăugiri și 1 ștergeri
  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: