fix(ghactions): only trigger cd workflow on new tags (#22)

This commit is contained in:
Alexandre Pasmantier 2024-11-14 00:23:24 +01:00 committed by GitHub
parent ff25fb2dde
commit f47b8be9de
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -4,7 +4,6 @@ permissions:
on: on:
push: push:
branches: [main]
tags: tags:
- '[v]?[0-9]+.[0-9]+.[0-9]+' - '[v]?[0-9]+.[0-9]+.[0-9]+'