Explorar el Código

Update unit-test.yml

allow run unit test manually
Victory hace 3 años
padre
commit
e96b18cb67
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  1. 3 0
      .github/workflows/unit-test.yml

+ 3 - 0
.github/workflows/unit-test.yml

@@ -10,6 +10,9 @@ on:
     branches: 
       - master
       - develop
+  
+  # Allows you to run this workflow manually from the Actions tab
+  workflow_dispatch:
 
 jobs:
   unit-test: