Browse Source

ci: allow tests to be manually triggered

Nicolas Duchon 4 years ago
parent
commit
f9e58cea9b
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: Tests
 
 on:
+  workflow_dispatch:
   push:
     paths-ignore:
     - 'LICENSE'