Merge branch 'main' into renovate/configure
Some checks failed
Build and Publish Docker Image / build (pull_request) Has been cancelled

This commit is contained in:
ivan
2025-12-27 19:26:36 +00:00
2 changed files with 6 additions and 1 deletions

View File

@@ -3,7 +3,6 @@ name: Build and Publish Docker Image
on:
workflow_dispatch:
push:
branches: [ main, master ]
tags: [ 'v*' ]
pull_request:
branches: [ main, master ]

View File

@@ -7,6 +7,12 @@ on:
branches:
- main
- master
paths:
- "pyproject.toml"
- "requirements.txt"
- "setup.py"
- "poetry.lock"
workflow_dispatch:
jobs:
renovate: