Remove pr from ci

This commit is contained in:
Jacob Karlsson 2024-04-13 15:46:59 +02:00
parent 7859ca11da
commit 17024b6e93
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ matrix:
steps: steps:
test: test:
when: when:
event: [push, pull_request] event: [push]
image: node:${NODE_VERSION} image: node:${NODE_VERSION}
commands: commands:
- npm install - npm install