ci: trigger release on rc's > 9 (#3088)
This commit is contained in:
parent
ffef085fa7
commit
6df3933c1b
1 changed files with 1 additions and 1 deletions
2
.github/workflows/release-rc.yml
vendored
2
.github/workflows/release-rc.yml
vendored
|
|
@ -3,7 +3,7 @@ name: release-rc
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
tags:
|
tags:
|
||||||
- "*-rc[0-9]"
|
- "*-rc[0-9]+"
|
||||||
|
|
||||||
permissions:
|
permissions:
|
||||||
contents: write
|
contents: write
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue