Browse Source

Update unit-test.yml

allow run unit test manually
Victory 3 năm trước cách đây
mục cha
commit
e96b18cb67
1 tập tin đã thay đổi với 3 bổ sung0 xóa
  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: