feat(ci): build and push image to docker registry on every push to master

This commit is contained in:
2025-09-10 20:05:11 +04:00
parent 84dca02c34
commit b5d372e109
2 changed files with 143 additions and 1 deletions

View File

@@ -2,7 +2,7 @@ name: cargo test
on:
push:
branches: [ "master" ]
branches: [ "development" ]
tags-ignore: [ "release/v*" ]
permissions: