瀏覽代碼

allow github artifact worfklow to be triggered manually

Jonathan Marler 9 月之前
父節點
當前提交
9f737ff523
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      .github/workflows/artifact.yml

+ 1 - 1
.github/workflows/artifact.yml

@@ -1,5 +1,5 @@
 name: Artifacts
-on: [pull_request]
+on: [pull_request, workflow_dispatch]
 jobs:
   test:
     strategy: