浏览代码

Update unit-test.yml

allow run unit test manually
Victory 3 年之前
父节点
当前提交
e96b18cb67
共有 1 个文件被更改,包括 3 次插入0 次删除
  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: