Browse Source

re-run tests on pull request update

Anish Mukherjee 2 years ago
parent
commit
9980da977d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/test.yml

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

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