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

Reviewed-on: #109
This commit is contained in:
Simon Vieille 2022-07-26 14:55:43 +02:00
commit e6176d3e01

View file

@ -4,8 +4,8 @@ pipeline:
commands:
- npm install
when:
branch: [master, develop, feature/*]
event: [tag, push, pull_request]
branch: [master, develop, feature/*]
build:
image: deblan/devenv
@ -27,8 +27,8 @@ pipeline:
- export RELEASE_DIRECTORY="/var/www/html/artifacts/deblan/side_menu"
- make release
when:
branch: [master]
event: [tag]
branch: [master]
release:
image: plugins/gitea-release