Merge pull request #605 from github/aeisenberg/pr-checks-dispatch
Allow to be run on workflow_dispatch
This commit is contained in:
commit
4a7cc176ac
1 changed files with 1 additions and 0 deletions
1
.github/workflows/pr-checks.yml
vendored
1
.github/workflows/pr-checks.yml
vendored
|
|
@ -7,6 +7,7 @@ on:
|
|||
push:
|
||||
branches: [main, v1]
|
||||
pull_request:
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
lint-js:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue