Fixed tag match

This commit is contained in:
Leon Mika 2025-06-25 13:49:19 +02:00
parent cfaf6cf160
commit e4e9fc9504

View file

@ -4,7 +4,7 @@ name: 'deploy'
on:
push:
tags:
- 'v1.*'
- 'v*'
jobs:
deploy: