Browse Source

run linter and tests workflow on demand

Shizun Ge 2 years ago
parent
commit
a8daee60fb
2 changed files with 2 additions and 0 deletions
  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:
   pull_request:
     branches:
     branches:
     - main
     - main
+  workflow_dispatch:
 
 
 jobs:
 jobs:
   jshint:
   jshint:

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

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