chore: add triggers

This commit is contained in:
2025-10-31 14:12:35 +01:00
parent 46fc633d88
commit e64f6724ab

View File

@@ -4,6 +4,11 @@ name: Build and push # to docker registries
on: on:
workflow_dispatch: workflow_dispatch:
push:
branches:
- "main"
tags:
- "*"
release: release:
types: [published] types: [published]