chore: only on tags

This commit is contained in:
SamTV12345 2025-10-10 13:00:34 +02:00
parent 4114d998b9
commit 3ce6d0e45e

View file

@ -1,10 +1,12 @@
name: "Handle release"
# any branch is useful for testing before a PR is submitted
on:
workflow_run:
workflows:
- "Docker"
push:
tags:
- 'v*.*.*'
# allow manual triggering of the workflow
workflow_dispatch:
permissions:
contents: read