Add 'when' to ci

This commit is contained in:
Jacob Karlsson 2024-04-13 15:21:38 +02:00
parent 3d56a1a4de
commit ddd6722aad
1 changed files with 2 additions and 1 deletions

View File

@ -9,3 +9,4 @@ steps:
commands: commands:
- npm install - npm install
- npm test - npm test
when: [push, pull_request]