Allow to be run on workflow_dispatch
This commit is contained in:
parent
1e61ecb0c1
commit
a6891153f0
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:
|
push:
|
||||||
branches: [main, v1]
|
branches: [main, v1]
|
||||||
pull_request:
|
pull_request:
|
||||||
|
workflow_dispatch:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
lint-js:
|
lint-js:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue