diff options
author | 2023-11-24 20:35:08 -0800 | |
---|---|---|
committer | 2023-11-30 17:40:20 -0800 | |
commit | a8daee60fb80ec84d1ee8a9f1976689a3012f3c6 (patch) | |
tree | a9e1dc652c8ac8c58d6bcde55b017ad70daef69c | |
parent | fab423cca05d677f3065681c34c073996943f747 (diff) | |
download | v2-a8daee60fb80ec84d1ee8a9f1976689a3012f3c6.tar.gz v2-a8daee60fb80ec84d1ee8a9f1976689a3012f3c6.tar.zst v2-a8daee60fb80ec84d1ee8a9f1976689a3012f3c6.zip |
run linter and tests workflow on demand
-rw-r--r-- | .github/workflows/linters.yml | 1 | ||||
-rw-r--r-- | .github/workflows/tests.yml | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/linters.yml b/.github/workflows/linters.yml index 5d3d52eb..d57d10b6 100644 --- a/.github/workflows/linters.yml +++ b/.github/workflows/linters.yml @@ -5,6 +5,7 @@ on: pull_request: branches: - main + workflow_dispatch: jobs: jshint: diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 6591a068..999997a6 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -5,6 +5,7 @@ on: pull_request: branches: - main + workflow_dispatch: jobs: unit-tests: |