diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index 5317ed5..8d25ef3 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -18,6 +18,7 @@ on: jobs: lint: runs-on: ubuntu-latest + if: ${{ (github.event_name == 'push') || github.event_name == 'pull_request' }} steps: - uses: actions/checkout@v2 with: