mirror of https://codeberg.org/pzp/pzp-db.git
Add 'when' to ci
This commit is contained in:
parent
3d56a1a4de
commit
ddd6722aad
|
@ -8,4 +8,5 @@ steps:
|
|||
image: node:${NODE_VERSION}
|
||||
commands:
|
||||
- npm install
|
||||
- npm test
|
||||
- npm test
|
||||
when: [push, pull_request]
|
Loading…
Reference in New Issue