Parcourir la source

allow github artifact worfklow to be triggered manually

Jonathan Marler il y a 9 mois
Parent
commit
9f737ff523
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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: