diff --git a/.github/workflows/pr-checks.yml b/.github/workflows/pr-checks.yml index 19311fba..beb18bca 100644 --- a/.github/workflows/pr-checks.yml +++ b/.github/workflows/pr-checks.yml @@ -1,10 +1,9 @@ name: "PR checks" on: - push: - branches: - - master pull_request: + push: + branches: master jobs: npm-pr-checks: