run linter and tests workflow on demand

This commit is contained in:
Shizun Ge 2023-11-24 20:35:08 -08:00 committed by Frédéric Guillot
parent fab423cca0
commit a8daee60fb
2 changed files with 2 additions and 0 deletions

View File

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

View File

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