Configure build pipeline for 2.0.x

This commit is contained in:
Brian Clozel
2025-05-21 09:10:38 +02:00
parent 766f1dccf0
commit cac5909528
2 changed files with 3 additions and 3 deletions

View File

@@ -2,8 +2,8 @@ name: Release Milestone
on:
push:
tags:
- v1.4.0-M[1-9]
- v1.4.0-RC[1-9]
- v2.0.0-M[1-9]
- v2.0.0-RC[1-9]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
jobs:

View File

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