Skip to content

Commit

Permalink
Allow to be run on workflow_dispatch
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Eisenberg committed Jun 28, 2021
1 parent 1e61ecb commit a689115
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pr-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
push:
branches: [main, v1]
pull_request:
workflow_dispatch:

jobs:
lint-js:
Expand Down

0 comments on commit a689115

Please sign in to comment.