Kaynağa Gözat

allow github artifact worfklow to be triggered manually

Jonathan Marler 9 ay önce
ebeveyn
işleme
9f737ff523
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  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: