mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2026-05-01 06:46:12 -04:00
Use more restrictive tag pattern in publish release workflow (#6242)
This commit is contained in:
@@ -2,7 +2,7 @@ name: Publish Release
|
|||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
tags:
|
tags:
|
||||||
- "*"
|
- "3.[0-9]+.[0-9]+"
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
release_information:
|
release_information:
|
||||||
|
|||||||
Reference in New Issue
Block a user