mirror of
https://github.com/shiroyashik/sculptor.git
synced 2025-12-06 04:51:13 +03:00
Dev workflow update and enhance sculptor API:
Some checks failed
Push Dev / docker (push) Has been cancelled
Some checks failed
Push Dev / docker (push) Has been cancelled
+ remove unused types + added sending to all + enhance logging
This commit is contained in:
parent
c7c3bd881f
commit
bac1203df8
5 changed files with 51 additions and 44 deletions
5
.github/workflows/dev-release.yml
vendored
5
.github/workflows/dev-release.yml
vendored
|
|
@ -2,7 +2,10 @@ name: Push Dev
|
|||
|
||||
on:
|
||||
push:
|
||||
branches: [ "dev" ]
|
||||
branches:
|
||||
- "**"
|
||||
tags-ignore:
|
||||
- '**'
|
||||
|
||||
jobs:
|
||||
docker:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue