chore(github): release trigger only on v2* tags

This commit is contained in:
Benjamin Canac
2025-04-23 15:28:10 +02:00
parent 4bc9878ef4
commit 43ee099fbe

View File

@@ -3,7 +3,7 @@ name: release
on:
push:
tags:
- '*'
- 'v2*'
jobs:
publish: