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,6 +15,9 @@ steps:
- make npm-build
when:
branch:
exclude:
- master
include:
- develop
- feature/*
@ -34,6 +37,10 @@ steps:
- make release
when:
branch:
exclude:
- develop
- feature/*
include:
- master
volumes:

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