Dev workflow update and enhance sculptor API:
Some checks failed
Push Dev / docker (push) Has been cancelled

+ remove unused types
+ added sending to all
+ enhance logging
This commit is contained in:
Shiroyasha 2025-02-13 03:18:16 +03:00
parent c7c3bd881f
commit bac1203df8
Signed by: shiroyashik
GPG key ID: E4953D3940D7860A
5 changed files with 51 additions and 44 deletions

View file

@ -2,7 +2,10 @@ name: Push Dev
on:
push:
branches: [ "dev" ]
branches:
- "**"
tags-ignore:
- '**'
jobs:
docker: