Преглед изворни кода

limit integration tests to PRs

Matthew R. Kasun пре 3 година
родитељ
комит
fd1f94e855
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: