update ci

This commit is contained in:
Simon Vieille 2022-07-26 14:57:19 +02:00 committed by Gitea
parent e6176d3e01
commit ff1ebb4a50
1 changed files with 1 additions and 2 deletions

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