diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index 17170f6..e8c32be 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -4,8 +4,8 @@ name: Node.js CI on: - push: - branches: [ "master" ] +# push: +# branches: [ "master" ] pull_request: branches: [ "master" ] @@ -28,4 +28,4 @@ jobs: cache: 'npm' - run: npm ci - run: npm run build --if-present - - run: npm test \ No newline at end of file + - run: npm test