update the ci/cd config and screenshots #91

Merged
deblan merged 3 commits from develop into master 2022-01-13 00:47:44 +01:00
3 changed files with 10 additions and 3 deletions

View file

@ -15,8 +15,11 @@ steps:
- make npm-build
when:
branch:
- develop
- feature/*
exclude:
- master
include:
- develop
- feature/*
- name: release
image: deblan/devenv
@ -34,7 +37,11 @@ steps:
- make release
when:
branch:
- master
exclude:
- develop
- feature/*
include:
- master
volumes:
- name: artifacts

Binary file not shown.

Before

Width:  |  Height:  |  Size: 195 KiB

After

Width:  |  Height:  |  Size: 254 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 57 KiB

After

Width:  |  Height:  |  Size: 57 KiB