Merge pull request 'update ci' (#110) from develop into master
Some checks are pending
ci/woodpecker/push/woodpecker Pipeline is pending

Reviewed-on: #110
This commit is contained in:
Simon Vieille 2022-07-26 14:57:46 +02:00
commit 3cf1b358b3

View file

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