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}
|
image: node:${NODE_VERSION}
|
||||||
commands:
|
commands:
|
||||||
- npm install
|
- npm install
|
||||||
- npm test
|
- npm test
|
||||||
|
when: [push, pull_request]
|
Loading…
Reference in New Issue