Explorar el Código

Allow manually run test workflow

Alex Tran hace 3 años
padre
commit
45e2335b86
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      .github/workflows/test.yml

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

@@ -1,5 +1,6 @@
 name: Test
 on:
+  workflow_dispatch:
   pull_request:
   push: { branches: master }