瀏覽代碼

allow run this workflow manually

SunGuYu 3 年之前
父節點
當前提交
123f5934fb
共有 1 個文件被更改,包括 3 次插入0 次删除
  1. 3 0
      .github/workflows/build-test.yml

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

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