diff --git a/.github/workflows/js.yml b/.github/workflows/js.yml index d2f28e7..36236db 100644 --- a/.github/workflows/js.yml +++ b/.github/workflows/js.yml @@ -3,8 +3,8 @@ name: "JS: deps, lint, tests" # Run on push in any branch and changes in PRs. on: push: -pull_request: - types: [opened, synchronize, reopened] + pull_request: + types: [opened, synchronize, reopened] jobs: build: