diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index 5c6d04d..6e9a7fe 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -1,6 +1,8 @@ name: Node CI - -on: [push] + +on: + push: + pull_request: jobs: build-linux: @@ -49,4 +51,4 @@ jobs: # npm test # env: # CI: true - +