1
0
mirror of https://github.com/typemill/typemill.git synced 2025-07-25 00:02:28 +02:00

Fix workflow

This commit is contained in:
trendschau
2025-04-24 16:25:53 +02:00
parent b7a667ce4e
commit fc67bd7f78

View File

@@ -4,6 +4,7 @@ on:
push:
tags:
- 'v*.*.*' # Triggers only on semantic version tags like v2.2.2
- '*.*.*' # Triggers only on semantic version tags like 2.2.2
jobs:
build-and-push: