Răsfoiți Sursa

allow tests to be manually triggered

El RIDO 3 ani în urmă
părinte
comite
7b98d7381f
1 a modificat fișierele cu 3 adăugiri și 1 ștergeri
  1. 3 1
      .github/workflows/tests.yml

+ 3 - 1
.github/workflows/tests.yml

@@ -1,5 +1,7 @@
 name: Tests
-on: [push]
+on:
+  push:
+  workflow_dispatch:
 
 jobs: