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

View File

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