Преглед на файлове

re-run tests on pull request update

Anish Mukherjee преди 2 години
родител
ревизия
9980da977d
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      .github/workflows/test.yml

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

@@ -3,7 +3,7 @@ name: Integration Test
 on:
   workflow_dispatch:
   pull_request:
-    types: [opened, reopened]
+    types: [opened, synchronize, reopened]
 
 jobs:
   build: