Change trigger from release event to push event for versioned tags in build workflow

This commit is contained in:
2025-06-26 16:23:35 +02:00
parent 2fb90b0599
commit 4fb3849d8c

View File

@@ -1,8 +1,9 @@
name: Building and publishing Homebrewery as Docker Image name: Building and publishing Homebrewery as Docker Image
on: on:
release: push:
types: [created] tags:
- v**
jobs: jobs:
build: build: