diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index 2fc4460..8317345 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -3,7 +3,7 @@ name: Node.js CI -on: [push, pull_request] +on: [push] jobs: build: @@ -22,4 +22,4 @@ jobs: node-version: ${{ matrix.node-version }} - run: npm ci - run: npm run build --if-present - - run: npm test \ No newline at end of file + - run: npm test