Expand deploy-image.yml triggers to include develop and feature/* branches.
Build and Push Docker Image / build-and-push (push) Successful in 1m3s

This commit is contained in:
2026-07-12 13:16:55 +02:00
parent dc55ac441f
commit e15e47b75a
+3
View File
@@ -4,6 +4,9 @@ on:
push:
tags:
- 'v*'
branches:
- develop
- 'feature/*'
workflow_dispatch:
jobs: