Browse Source

Allow manual dispatch of Test CI job

(cherry picked from commit bcc7192af7406f6acd75a7c9c45eb9cf36650fab)
Francisco Giordano 4 years ago
parent
commit
fa33fbce75
1 changed files with 1 additions and 0 deletions
  1. 1 0
      .github/workflows/test.yml

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

@@ -6,6 +6,7 @@ on:
       - master
       - master
       - release-v*
       - release-v*
   pull_request: {}
   pull_request: {}
+  workflow_dispatch: {}
 
 
 jobs:
 jobs:
   test:
   test: