Browse Source

add workflow_dispatch for manual testing

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

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

@@ -1,6 +1,7 @@
 name: Integration Test
 name: Integration Test
 
 
 on:
 on:
+  workflow_dispatch:
   pull_request:
   pull_request:
     types: [opened, reopened]
     types: [opened, reopened]