Change release event type from 'published' to 'created' in build workflow

This commit is contained in:
2025-06-26 16:21:49 +02:00
parent 40ff0e437e
commit 2fb90b0599

View File

@@ -2,7 +2,7 @@ name: Building and publishing Homebrewery as Docker Image
on:
release:
types: [published]
types: [created]
jobs:
build: