Merge pull request #605 from github/aeisenberg/pr-checks-dispatch

Allow  to be run on workflow_dispatch
This commit is contained in:
Edoardo Pirovano 2021-06-28 17:45:56 +01:00 committed by GitHub
commit 4a7cc176ac
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,6 +7,7 @@ on:
push:
branches: [main, v1]
pull_request:
workflow_dispatch:
jobs:
lint-js: