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

This commit is contained in:
Florian Weber 2025-06-26 16:21:49 +02:00
parent 40ff0e437e
commit 2fb90b0599
Signed by: f.weber
GPG Key ID: A1C85EB19014A2D3

View File

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