Parcourir la source

Update unit-test.yml

allow run unit test manually
Victory il y a 3 ans
Parent
commit
e96b18cb67
1 fichiers modifiés avec 3 ajouts et 0 suppressions
  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: