chore(ci): Fix tag filtering

This commit is contained in:
Bourgerie Quentin
2024-02-06 18:47:41 +01:00
parent 4892d8814f
commit 712a409feb

View File

@@ -8,7 +8,7 @@ on:
- 'main'
- 'release/*'
tags:
- 'v[0-9]+\.[0-9]+\.[0-9]+(-.*)?'
- 'v[0-9]+.[0-9]+.[0-9]+*'
schedule:
# Nightly Release @ 3AM after each work day
- cron: "0 3 * * 2-6"