run linter and tests workflow on demand
This commit is contained in:
parent
fab423cca0
commit
a8daee60fb
2 changed files with 2 additions and 0 deletions
1
.github/workflows/linters.yml
vendored
1
.github/workflows/linters.yml
vendored
|
@ -5,6 +5,7 @@ on:
|
||||||
pull_request:
|
pull_request:
|
||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
|
workflow_dispatch:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
jshint:
|
jshint:
|
||||||
|
|
1
.github/workflows/tests.yml
vendored
1
.github/workflows/tests.yml
vendored
|
@ -5,6 +5,7 @@ on:
|
||||||
pull_request:
|
pull_request:
|
||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
|
workflow_dispatch:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
unit-tests:
|
unit-tests:
|
||||||
|
|
Loading…
Reference in a new issue