Parcourir la source

ci: allow tests to be manually triggered

Nicolas Duchon il y a 4 ans
Parent
commit
f9e58cea9b
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  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'