ci: trigger release on rc's > 9 (#3088)

This commit is contained in:
dni ⚡ 2025-04-03 13:12:19 +02:00 committed by GitHub
parent ffef085fa7
commit 6df3933c1b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -3,7 +3,7 @@ name: release-rc
on:
push:
tags:
- "*-rc[0-9]"
- "*-rc[0-9]+"
permissions:
contents: write