Allow to be run on workflow_dispatch

This commit is contained in:
Andrew Eisenberg 2021-06-28 09:17:32 -07:00
parent 1e61ecb0c1
commit a6891153f0

View file

@ -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: