Merge pull request 'update ci' (#108) from develop into master
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

Reviewed-on: #108
This commit is contained in:
Simon Vieille 2022-07-26 14:50:14 +02:00
commit a6df8db96b

View file

@ -5,6 +5,7 @@ pipeline:
- npm install
when:
branch: [master, develop, feature/*]
event: [tag, push, pull_request]
build:
image: deblan/devenv
@ -12,6 +13,7 @@ pipeline:
- make npm-build
when:
branch: [develop, feature/*]
event: [push, pull_request]
package:
image: deblan/devenv
@ -26,6 +28,7 @@ pipeline:
- make release
when:
branch: [master]
event: [tag]
release:
image: plugins/gitea-release