Only build and push Docker image when releasing a new version

This commit is contained in:
grossmj 2025-09-01 18:23:52 +02:00
parent dc9c3b1c5d
commit 565a76ae27
No known key found for this signature in database
GPG Key ID: 1E7DD6DBB53FF3D7

View File

@ -3,9 +3,7 @@ name: Build and Push Docker Image
on:
workflow_dispatch:
push:
branches: [ master, '2.2', '3.3' ]
pull_request:
branches: [ master, '2.2', '3.3' ]
tags: ['v2.*', 'v3.*']
jobs:
build: