Sfoglia il codice sorgente

add workflow_dispatch for manual testing

Anish Mukherjee 2 anni fa
parent
commit
4fbc8c4d02
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      .github/workflows/test.yml

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

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