Răsfoiți Sursa

run linter and tests workflow on demand

Shizun Ge 2 ani în urmă
părinte
comite
a8daee60fb
2 a modificat fișierele cu 2 adăugiri și 0 ștergeri
  1. 1 0
      .github/workflows/linters.yml
  2. 1 0
      .github/workflows/tests.yml

+ 1 - 0
.github/workflows/linters.yml

@@ -5,6 +5,7 @@ on:
   pull_request:
     branches:
     - main
+  workflow_dispatch:
 
 jobs:
   jshint:

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

@@ -5,6 +5,7 @@ on:
   pull_request:
     branches:
     - main
+  workflow_dispatch:
 
 jobs:
   unit-tests: