Add workflow for releases to the milestone repository

See gh-33179
This commit is contained in:
Stéphane Nicoll
2024-07-10 15:46:08 +02:00
parent f7d4742ab8
commit f2028d2339
2 changed files with 74 additions and 1 deletions

View File

@@ -2,7 +2,7 @@ name: Release
on:
push:
tags:
- v6.1.[0-9]+
- v6.2.[0-9]+
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
jobs: