Fixed workflows

This commit is contained in:
Marc Ole Bulling
2025-05-31 15:27:45 +02:00
parent 0afc7a5660
commit 5d15344a19
3 changed files with 3 additions and 3 deletions
@@ -1,7 +1,7 @@
name: Docker Publish Dev Multiarch
on:
workflow_dispatch: {}
workflow_dispatch:
push:
branches:
- master
@@ -1,7 +1,7 @@
name: Docker Publish Custom Release Multiarch
on:
workflow_dispatch: {}
workflow_dispatch:
inputs:
tagname:
description: 'Tag name to be built'
@@ -1,7 +1,7 @@
name: Docker Publish Release Multiarch
on:
workflow_dispatch: {}
workflow_dispatch:
release:
types: [released]