also run build on push

This commit is contained in:
FloatingGhost 2022-06-26 18:20:41 +01:00
parent e10588430f
commit 821460075a
1 changed files with 3 additions and 1 deletions

View File

@ -25,7 +25,9 @@ pipeline:
build:
when:
event:
- tag
- push
branch:
- develop
image: node:16
commands:
- yarn