update ci
ci/woodpecker/push/woodpecker Pipeline was successful Details
ci/woodpecker/pr/woodpecker Pipeline was successful Details

This commit is contained in:
Simon Vieille 2022-07-26 14:49:29 +02:00
parent 9f5143cc25
commit 64f77b102d
Signed by: deblan
GPG Key ID: 579388D585F70417
1 changed files with 3 additions and 0 deletions

View File

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